Regal
Functions
src/regal/RegalDispatchLog.cpp File Reference
#include "pch.h"
#include "RegalUtil.h"
#include "RegalLog.h"
#include "RegalPush.h"
#include "RegalToken.h"
#include "RegalHelper.h"
#include "RegalContext.h"
#include "RegalDispatch.h"
#include "RegalDispatcherGL.h"
#include "RegalDispatcherGlobal.h"

Functions

REGAL_GLOBAL_END static
REGAL_NAMESPACE_BEGIN void 
log_glAccum (GLenum op, GLfloat value)
static void log_glAlphaFunc (GLenum func, GLclampf ref)
static void log_glBegin (GLenum mode)
static void log_glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)
static void log_glBlendFunc (GLenum sfactor, GLenum dfactor)
static void log_glCallList (GLuint list)
static void log_glCallLists (GLsizei n, GLenum type, const GLvoid *lists)
static void log_glClear (GLbitfield mask)
static void log_glClearAccum (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
static void log_glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
static void log_glClearDepth (GLclampd depth)
static void log_glClearIndex (GLfloat c)
static void log_glClearStencil (GLint s)
static void log_glClipPlane (GLenum plane, const GLdouble *equation)
static void log_glColor3b (GLbyte red, GLbyte green, GLbyte blue)
static void log_glColor3bv (const GLbyte *v)
static void log_glColor3d (GLdouble red, GLdouble green, GLdouble blue)
static void log_glColor3dv (const GLdouble *v)
static void log_glColor3f (GLfloat red, GLfloat green, GLfloat blue)
static void log_glColor3fv (const GLfloat *v)
static void log_glColor3i (GLint red, GLint green, GLint blue)
static void log_glColor3iv (const GLint *v)
static void log_glColor3s (GLshort red, GLshort green, GLshort blue)
static void log_glColor3sv (const GLshort *v)
static void log_glColor3ub (GLubyte red, GLubyte green, GLubyte blue)
static void log_glColor3ubv (const GLubyte *v)
static void log_glColor3ui (GLuint red, GLuint green, GLuint blue)
static void log_glColor3uiv (const GLuint *v)
static void log_glColor3us (GLushort red, GLushort green, GLushort blue)
static void log_glColor3usv (const GLushort *v)
static void log_glColor4b (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha)
static void log_glColor4bv (const GLbyte *v)
static void log_glColor4d (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
static void log_glColor4dv (const GLdouble *v)
static void log_glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
static void log_glColor4fv (const GLfloat *v)
static void log_glColor4i (GLint red, GLint green, GLint blue, GLint alpha)
static void log_glColor4iv (const GLint *v)
static void log_glColor4s (GLshort red, GLshort green, GLshort blue, GLshort alpha)
static void log_glColor4sv (const GLshort *v)
static void log_glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
static void log_glColor4ubv (const GLubyte *v)
static void log_glColor4ui (GLuint red, GLuint green, GLuint blue, GLuint alpha)
static void log_glColor4uiv (const GLuint *v)
static void log_glColor4us (GLushort red, GLushort green, GLushort blue, GLushort alpha)
static void log_glColor4usv (const GLushort *v)
static void log_glColorMask (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
static void log_glColorMaterial (GLenum face, GLenum mode)
static void log_glCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
static void log_glCullFace (GLenum mode)
static void log_glDeleteLists (GLuint list, GLsizei range)
static void log_glDepthFunc (GLenum func)
static void log_glDepthMask (GLboolean flag)
static void log_glDepthRange (GLclampd zNear, GLclampd zFar)
static void log_glDisable (GLenum cap)
static void log_glDrawBuffer (GLenum mode)
static void log_glDrawPixels (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glEdgeFlag (GLboolean flag)
static void log_glEdgeFlagv (const GLboolean *flag)
static void log_glEnable (GLenum cap)
static void log_glEnd (void)
static void log_glEndList (void)
static void log_glEvalCoord1d (GLdouble u)
static void log_glEvalCoord1dv (const GLdouble *u)
static void log_glEvalCoord1f (GLfloat u)
static void log_glEvalCoord1fv (const GLfloat *u)
static void log_glEvalCoord2d (GLdouble u, GLdouble v)
static void log_glEvalCoord2dv (const GLdouble *u)
static void log_glEvalCoord2f (GLfloat u, GLfloat v)
static void log_glEvalCoord2fv (const GLfloat *u)
static void log_glEvalMesh1 (GLenum mode, GLint i1, GLint i2)
static void log_glEvalMesh2 (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2)
static void log_glEvalPoint1 (GLint i)
static void log_glEvalPoint2 (GLint i, GLint j)
static void log_glFeedbackBuffer (GLsizei size, GLenum type, GLfloat *buffer)
static void log_glFinish (void)
static void log_glFlush (void)
static void log_glFogf (GLenum pname, GLfloat param)
static void log_glFogfv (GLenum pname, const GLfloat *params)
static void log_glFogi (GLenum pname, GLint param)
static void log_glFogiv (GLenum pname, const GLint *params)
static void log_glFrontFace (GLenum mode)
static void log_glFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
static GLuint log_glGenLists (GLsizei range)
static void log_glGetBooleanv (GLenum pname, GLboolean *params)
static void log_glGetClipPlane (GLenum plane, GLdouble *equation)
static void log_glGetDoublev (GLenum pname, GLdouble *params)
static GLenum log_glGetError (void)
static void log_glGetFloatv (GLenum pname, GLfloat *params)
static void log_glGetIntegerv (GLenum pname, GLint *params)
static void log_glGetLightfv (GLenum light, GLenum pname, GLfloat *params)
static void log_glGetLightiv (GLenum light, GLenum pname, GLint *params)
static void log_glGetMapdv (GLenum target, GLenum query, GLdouble *v)
static void log_glGetMapfv (GLenum target, GLenum query, GLfloat *v)
static void log_glGetMapiv (GLenum target, GLenum query, GLint *v)
static void log_glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params)
static void log_glGetMaterialiv (GLenum face, GLenum pname, GLint *params)
static void log_glGetPixelMapfv (GLenum map, GLfloat *values)
static void log_glGetPixelMapuiv (GLenum map, GLuint *values)
static void log_glGetPixelMapusv (GLenum map, GLushort *values)
static void log_glGetPolygonStipple (GLubyte *mask)
static const GLubytelog_glGetString (GLenum name)
static void log_glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetTexEnviv (GLenum target, GLenum pname, GLint *params)
static void log_glGetTexGendv (GLenum coord, GLenum pname, GLdouble *params)
static void log_glGetTexGenfv (GLenum coord, GLenum pname, GLfloat *params)
static void log_glGetTexGeniv (GLenum coord, GLenum pname, GLint *params)
static void log_glGetTexImage (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
static void log_glGetTexLevelParameterfv (GLenum target, GLint level, GLenum pname, GLfloat *params)
static void log_glGetTexLevelParameteriv (GLenum target, GLint level, GLenum pname, GLint *params)
static void log_glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetTexParameteriv (GLenum target, GLenum pname, GLint *params)
static void log_glHint (GLenum target, GLenum mode)
static void log_glIndexMask (GLuint mask)
static void log_glIndexd (GLdouble c)
static void log_glIndexdv (const GLdouble *c)
static void log_glIndexf (GLfloat c)
static void log_glIndexfv (const GLfloat *c)
static void log_glIndexi (GLint c)
static void log_glIndexiv (const GLint *c)
static void log_glIndexs (GLshort c)
static void log_glIndexsv (const GLshort *c)
static void log_glInitNames (void)
static GLboolean log_glIsEnabled (GLenum cap)
static GLboolean log_glIsList (GLuint list)
static void log_glLightModelf (GLenum pname, GLfloat param)
static void log_glLightModelfv (GLenum pname, const GLfloat *params)
static void log_glLightModeli (GLenum pname, GLint param)
static void log_glLightModeliv (GLenum pname, const GLint *params)
static void log_glLightf (GLenum light, GLenum pname, GLfloat param)
static void log_glLightfv (GLenum light, GLenum pname, const GLfloat *params)
static void log_glLighti (GLenum light, GLenum pname, GLint param)
static void log_glLightiv (GLenum light, GLenum pname, const GLint *params)
static void log_glLineStipple (GLint factor, GLushort pattern)
static void log_glLineWidth (GLfloat width)
static void log_glListBase (GLuint base)
static void log_glLoadIdentity (void)
static void log_glLoadMatrixd (const GLdouble *m)
static void log_glLoadMatrixf (const GLfloat *m)
static void log_glLoadName (GLuint name)
static void log_glLogicOp (GLenum opcode)
static void log_glMap1d (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
static void log_glMap1f (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
static void log_glMap2d (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points)
static void log_glMap2f (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points)
static void log_glMapGrid1d (GLint un, GLdouble u1, GLdouble u2)
static void log_glMapGrid1f (GLint un, GLfloat u1, GLfloat u2)
static void log_glMapGrid2d (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2)
static void log_glMapGrid2f (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2)
static void log_glMaterialf (GLenum face, GLenum pname, GLfloat param)
static void log_glMaterialfv (GLenum face, GLenum pname, const GLfloat *params)
static void log_glMateriali (GLenum face, GLenum pname, GLint param)
static void log_glMaterialiv (GLenum face, GLenum pname, const GLint *params)
static void log_glMatrixMode (GLenum mode)
static void log_glMultMatrixd (const GLdouble *m)
static void log_glMultMatrixf (const GLfloat *m)
static void log_glNewList (GLuint list, GLenum mode)
static void log_glNormal3b (GLbyte nx, GLbyte ny, GLbyte nz)
static void log_glNormal3bv (const GLbyte *v)
static void log_glNormal3d (GLdouble nx, GLdouble ny, GLdouble nz)
static void log_glNormal3dv (const GLdouble *v)
static void log_glNormal3f (GLfloat nx, GLfloat ny, GLfloat nz)
static void log_glNormal3fv (const GLfloat *v)
static void log_glNormal3i (GLint nx, GLint ny, GLint nz)
static void log_glNormal3iv (const GLint *v)
static void log_glNormal3s (GLshort nx, GLshort ny, GLshort nz)
static void log_glNormal3sv (const GLshort *v)
static void log_glOrtho (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
static void log_glPassThrough (GLfloat token)
static void log_glPixelMapfv (GLenum map, GLsizei mapsize, const GLfloat *values)
static void log_glPixelMapuiv (GLenum map, GLsizei mapsize, const GLuint *values)
static void log_glPixelMapusv (GLenum map, GLsizei mapsize, const GLushort *values)
static void log_glPixelStoref (GLenum pname, GLfloat param)
static void log_glPixelStorei (GLenum pname, GLint param)
static void log_glPixelTransferf (GLenum pname, GLfloat param)
static void log_glPixelTransferi (GLenum pname, GLint param)
static void log_glPixelZoom (GLfloat xfactor, GLfloat yfactor)
static void log_glPointSize (GLfloat size)
static void log_glPolygonMode (GLenum face, GLenum mode)
static void log_glPolygonStipple (const GLubyte *mask)
static void log_glPopAttrib (void)
static void log_glPopMatrix (void)
static void log_glPopName (void)
static void log_glPushAttrib (GLbitfield mask)
static void log_glPushMatrix (void)
static void log_glPushName (GLuint name)
static void log_glRasterPos2d (GLdouble x, GLdouble y)
static void log_glRasterPos2dv (const GLdouble *v)
static void log_glRasterPos2f (GLfloat x, GLfloat y)
static void log_glRasterPos2fv (const GLfloat *v)
static void log_glRasterPos2i (GLint x, GLint y)
static void log_glRasterPos2iv (const GLint *v)
static void log_glRasterPos2s (GLshort x, GLshort y)
static void log_glRasterPos2sv (const GLshort *v)
static void log_glRasterPos3d (GLdouble x, GLdouble y, GLdouble z)
static void log_glRasterPos3dv (const GLdouble *v)
static void log_glRasterPos3f (GLfloat x, GLfloat y, GLfloat z)
static void log_glRasterPos3fv (const GLfloat *v)
static void log_glRasterPos3i (GLint x, GLint y, GLint z)
static void log_glRasterPos3iv (const GLint *v)
static void log_glRasterPos3s (GLshort x, GLshort y, GLshort z)
static void log_glRasterPos3sv (const GLshort *v)
static void log_glRasterPos4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glRasterPos4dv (const GLdouble *v)
static void log_glRasterPos4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glRasterPos4fv (const GLfloat *v)
static void log_glRasterPos4i (GLint x, GLint y, GLint z, GLint w)
static void log_glRasterPos4iv (const GLint *v)
static void log_glRasterPos4s (GLshort x, GLshort y, GLshort z, GLshort w)
static void log_glRasterPos4sv (const GLshort *v)
static void log_glReadBuffer (GLenum mode)
static void log_glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
static void log_glRectd (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)
static void log_glRectdv (const GLdouble *v1, const GLdouble *v2)
static void log_glRectf (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)
static void log_glRectfv (const GLfloat *v1, const GLfloat *v2)
static void log_glRecti (GLint x1, GLint y1, GLint x2, GLint y2)
static void log_glRectiv (const GLint *v1, const GLint *v2)
static void log_glRects (GLshort x1, GLshort y1, GLshort x2, GLshort y2)
static void log_glRectsv (const GLshort *v1, const GLshort *v2)
static GLint log_glRenderMode (GLenum mode)
static void log_glRotated (GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
static void log_glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
static void log_glScaled (GLdouble x, GLdouble y, GLdouble z)
static void log_glScalef (GLfloat x, GLfloat y, GLfloat z)
static void log_glScissor (GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glSelectBuffer (GLsizei size, GLuint *buffer)
static void log_glShadeModel (GLenum mode)
static void log_glStencilFunc (GLenum func, GLint ref, GLuint mask)
static void log_glStencilMask (GLuint mask)
static void log_glStencilOp (GLenum fail, GLenum zfail, GLenum zpass)
static void log_glTexCoord1d (GLdouble s)
static void log_glTexCoord1dv (const GLdouble *v)
static void log_glTexCoord1f (GLfloat s)
static void log_glTexCoord1fv (const GLfloat *v)
static void log_glTexCoord1i (GLint s)
static void log_glTexCoord1iv (const GLint *v)
static void log_glTexCoord1s (GLshort s)
static void log_glTexCoord1sv (const GLshort *v)
static void log_glTexCoord2d (GLdouble s, GLdouble t)
static void log_glTexCoord2dv (const GLdouble *v)
static void log_glTexCoord2f (GLfloat s, GLfloat t)
static void log_glTexCoord2fv (const GLfloat *v)
static void log_glTexCoord2i (GLint s, GLint t)
static void log_glTexCoord2iv (const GLint *v)
static void log_glTexCoord2s (GLshort s, GLshort t)
static void log_glTexCoord2sv (const GLshort *v)
static void log_glTexCoord3d (GLdouble s, GLdouble t, GLdouble r)
static void log_glTexCoord3dv (const GLdouble *v)
static void log_glTexCoord3f (GLfloat s, GLfloat t, GLfloat r)
static void log_glTexCoord3fv (const GLfloat *v)
static void log_glTexCoord3i (GLint s, GLint t, GLint r)
static void log_glTexCoord3iv (const GLint *v)
static void log_glTexCoord3s (GLshort s, GLshort t, GLshort r)
static void log_glTexCoord3sv (const GLshort *v)
static void log_glTexCoord4d (GLdouble s, GLdouble t, GLdouble r, GLdouble q)
static void log_glTexCoord4dv (const GLdouble *v)
static void log_glTexCoord4f (GLfloat s, GLfloat t, GLfloat r, GLfloat q)
static void log_glTexCoord4fv (const GLfloat *v)
static void log_glTexCoord4i (GLint s, GLint t, GLint r, GLint q)
static void log_glTexCoord4iv (const GLint *v)
static void log_glTexCoord4s (GLshort s, GLshort t, GLshort r, GLshort q)
static void log_glTexCoord4sv (const GLshort *v)
static void log_glTexEnvf (GLenum target, GLenum pname, GLfloat param)
static void log_glTexEnvfv (GLenum target, GLenum pname, const GLfloat *params)
static void log_glTexEnvi (GLenum target, GLenum pname, GLint param)
static void log_glTexEnviv (GLenum target, GLenum pname, const GLint *params)
static void log_glTexGend (GLenum coord, GLenum pname, GLdouble param)
static void log_glTexGendv (GLenum coord, GLenum pname, const GLdouble *params)
static void log_glTexGenf (GLenum coord, GLenum pname, GLfloat param)
static void log_glTexGenfv (GLenum coord, GLenum pname, const GLfloat *params)
static void log_glTexGeni (GLenum coord, GLenum pname, GLint param)
static void log_glTexGeniv (GLenum coord, GLenum pname, const GLint *params)
static void log_glTexImage1D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexParameterf (GLenum target, GLenum pname, GLfloat param)
static void log_glTexParameterfv (GLenum target, GLenum pname, const GLfloat *params)
static void log_glTexParameteri (GLenum target, GLenum pname, GLint param)
static void log_glTexParameteriv (GLenum target, GLenum pname, const GLint *params)
static void log_glTranslated (GLdouble x, GLdouble y, GLdouble z)
static void log_glTranslatef (GLfloat x, GLfloat y, GLfloat z)
static void log_glVertex2d (GLdouble x, GLdouble y)
static void log_glVertex2dv (const GLdouble *v)
static void log_glVertex2f (GLfloat x, GLfloat y)
static void log_glVertex2fv (const GLfloat *v)
static void log_glVertex2i (GLint x, GLint y)
static void log_glVertex2iv (const GLint *v)
static void log_glVertex2s (GLshort x, GLshort y)
static void log_glVertex2sv (const GLshort *v)
static void log_glVertex3d (GLdouble x, GLdouble y, GLdouble z)
static void log_glVertex3dv (const GLdouble *v)
static void log_glVertex3f (GLfloat x, GLfloat y, GLfloat z)
static void log_glVertex3fv (const GLfloat *v)
static void log_glVertex3i (GLint x, GLint y, GLint z)
static void log_glVertex3iv (const GLint *v)
static void log_glVertex3s (GLshort x, GLshort y, GLshort z)
static void log_glVertex3sv (const GLshort *v)
static void log_glVertex4d (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glVertex4dv (const GLdouble *v)
static void log_glVertex4f (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glVertex4fv (const GLfloat *v)
static void log_glVertex4i (GLint x, GLint y, GLint z, GLint w)
static void log_glVertex4iv (const GLint *v)
static void log_glVertex4s (GLshort x, GLshort y, GLshort z, GLshort w)
static void log_glVertex4sv (const GLshort *v)
static void log_glViewport (GLint x, GLint y, GLsizei width, GLsizei height)
static GLboolean log_glAreTexturesResident (GLsizei n, const GLuint *textures, GLboolean *residences)
static void log_glArrayElement (GLint index)
static void log_glBindTexture (GLenum target, GLuint texture)
static void log_glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glCopyTexImage1D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
static void log_glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
static void log_glCopyTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
static void log_glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glDeleteTextures (GLsizei n, const GLuint *textures)
static void log_glDisableClientState (GLenum cap)
static void log_glDrawArrays (GLenum mode, GLint first, GLsizei count)
static void log_glDrawElements (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices)
static void log_glEdgeFlagPointer (GLsizei stride, const GLvoid *pointer)
static void log_glEnableClientState (GLenum cap)
static void log_glGenTextures (GLsizei n, GLuint *textures)
static void log_glGetPointerv (GLenum pname, GLvoid **params)
static void log_glIndexPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glIndexub (GLubyte c)
static void log_glIndexubv (const GLubyte *c)
static void log_glInterleavedArrays (GLenum format, GLsizei stride, const GLvoid *pointer)
static GLboolean log_glIsTexture (GLuint texture)
static void log_glNormalPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glPolygonOffset (GLfloat factor, GLfloat units)
static void log_glPopClientAttrib (void)
static void log_glPrioritizeTextures (GLsizei n, const GLuint *textures, const GLclampf *priorities)
static void log_glPushClientAttrib (GLbitfield mask)
static void log_glTexCoordPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glVertexPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
static void log_glBlendEquation (GLenum mode)
static void log_glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
static void log_glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glActiveTexture (GLenum texture)
static void log_glClientActiveTexture (GLenum texture)
static void log_glCompressedTexImage1D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexImage3D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexSubImage1D (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glGetCompressedTexImage (GLenum target, GLint lod, GLvoid *img)
static void log_glLoadTransposeMatrixd (const GLdouble *m)
static void log_glLoadTransposeMatrixf (const GLfloat *m)
static void log_glMultTransposeMatrixd (const GLdouble *m)
static void log_glMultTransposeMatrixf (const GLfloat *m)
static void log_glMultiTexCoord1d (GLenum target, GLdouble s)
static void log_glMultiTexCoord1dv (GLenum target, const GLdouble *v)
static void log_glMultiTexCoord1f (GLenum target, GLfloat s)
static void log_glMultiTexCoord1fv (GLenum target, const GLfloat *v)
static void log_glMultiTexCoord1i (GLenum target, GLint s)
static void log_glMultiTexCoord1iv (GLenum target, const GLint *v)
static void log_glMultiTexCoord1s (GLenum target, GLshort s)
static void log_glMultiTexCoord1sv (GLenum target, const GLshort *v)
static void log_glMultiTexCoord2d (GLenum target, GLdouble s, GLdouble t)
static void log_glMultiTexCoord2dv (GLenum target, const GLdouble *v)
static void log_glMultiTexCoord2f (GLenum target, GLfloat s, GLfloat t)
static void log_glMultiTexCoord2fv (GLenum target, const GLfloat *v)
static void log_glMultiTexCoord2i (GLenum target, GLint s, GLint t)
static void log_glMultiTexCoord2iv (GLenum target, const GLint *v)
static void log_glMultiTexCoord2s (GLenum target, GLshort s, GLshort t)
static void log_glMultiTexCoord2sv (GLenum target, const GLshort *v)
static void log_glMultiTexCoord3d (GLenum target, GLdouble s, GLdouble t, GLdouble r)
static void log_glMultiTexCoord3dv (GLenum target, const GLdouble *v)
static void log_glMultiTexCoord3f (GLenum target, GLfloat s, GLfloat t, GLfloat r)
static void log_glMultiTexCoord3fv (GLenum target, const GLfloat *v)
static void log_glMultiTexCoord3i (GLenum target, GLint s, GLint t, GLint r)
static void log_glMultiTexCoord3iv (GLenum target, const GLint *v)
static void log_glMultiTexCoord3s (GLenum target, GLshort s, GLshort t, GLshort r)
static void log_glMultiTexCoord3sv (GLenum target, const GLshort *v)
static void log_glMultiTexCoord4d (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
static void log_glMultiTexCoord4dv (GLenum target, const GLdouble *v)
static void log_glMultiTexCoord4f (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
static void log_glMultiTexCoord4fv (GLenum target, const GLfloat *v)
static void log_glMultiTexCoord4i (GLenum target, GLint s, GLint t, GLint r, GLint q)
static void log_glMultiTexCoord4iv (GLenum target, const GLint *v)
static void log_glMultiTexCoord4s (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
static void log_glMultiTexCoord4sv (GLenum target, const GLshort *v)
static void log_glSampleCoverage (GLclampf value, GLboolean invert)
static void log_glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
static void log_glFogCoordPointer (GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glFogCoordd (GLdouble coord)
static void log_glFogCoorddv (const GLdouble *coord)
static void log_glFogCoordf (GLfloat coord)
static void log_glFogCoordfv (const GLfloat *coord)
static void log_glMultiDrawArrays (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
static void log_glMultiDrawElements (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei primcount)
static void log_glPointParameterf (GLenum pname, GLfloat param)
static void log_glPointParameterfv (GLenum pname, const GLfloat *params)
static void log_glPointParameteri (GLenum pname, GLint param)
static void log_glPointParameteriv (GLenum pname, const GLint *params)
static void log_glSecondaryColor3b (GLbyte red, GLbyte green, GLbyte blue)
static void log_glSecondaryColor3bv (const GLbyte *v)
static void log_glSecondaryColor3d (GLdouble red, GLdouble green, GLdouble blue)
static void log_glSecondaryColor3dv (const GLdouble *v)
static void log_glSecondaryColor3f (GLfloat red, GLfloat green, GLfloat blue)
static void log_glSecondaryColor3fv (const GLfloat *v)
static void log_glSecondaryColor3i (GLint red, GLint green, GLint blue)
static void log_glSecondaryColor3iv (const GLint *v)
static void log_glSecondaryColor3s (GLshort red, GLshort green, GLshort blue)
static void log_glSecondaryColor3sv (const GLshort *v)
static void log_glSecondaryColor3ub (GLubyte red, GLubyte green, GLubyte blue)
static void log_glSecondaryColor3ubv (const GLubyte *v)
static void log_glSecondaryColor3ui (GLuint red, GLuint green, GLuint blue)
static void log_glSecondaryColor3uiv (const GLuint *v)
static void log_glSecondaryColor3us (GLushort red, GLushort green, GLushort blue)
static void log_glSecondaryColor3usv (const GLushort *v)
static void log_glSecondaryColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glWindowPos2d (GLdouble x, GLdouble y)
static void log_glWindowPos2dv (const GLdouble *p)
static void log_glWindowPos2f (GLfloat x, GLfloat y)
static void log_glWindowPos2fv (const GLfloat *p)
static void log_glWindowPos2i (GLint x, GLint y)
static void log_glWindowPos2iv (const GLint *p)
static void log_glWindowPos2s (GLshort x, GLshort y)
static void log_glWindowPos2sv (const GLshort *p)
static void log_glWindowPos3d (GLdouble x, GLdouble y, GLdouble z)
static void log_glWindowPos3dv (const GLdouble *p)
static void log_glWindowPos3f (GLfloat x, GLfloat y, GLfloat z)
static void log_glWindowPos3fv (const GLfloat *p)
static void log_glWindowPos3i (GLint x, GLint y, GLint z)
static void log_glWindowPos3iv (const GLint *p)
static void log_glWindowPos3s (GLshort x, GLshort y, GLshort z)
static void log_glWindowPos3sv (const GLshort *p)
static void log_glBeginQuery (GLenum target, GLuint id)
static void log_glBindBuffer (GLenum target, GLuint buffer)
static void log_glBufferData (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage)
static void log_glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)
static void log_glDeleteBuffers (GLsizei n, const GLuint *buffers)
static void log_glDeleteQueries (GLsizei n, const GLuint *ids)
static void log_glEndQuery (GLenum target)
static void log_glGenBuffers (GLsizei n, GLuint *buffers)
static void log_glGenQueries (GLsizei n, GLuint *ids)
static void log_glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params)
static void log_glGetBufferPointerv (GLenum target, GLenum pname, GLvoid **params)
static void log_glGetBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data)
static void log_glGetQueryObjectiv (GLuint id, GLenum pname, GLint *params)
static void log_glGetQueryObjectuiv (GLuint id, GLenum pname, GLuint *params)
static void log_glGetQueryiv (GLenum target, GLenum pname, GLint *params)
static GLboolean log_glIsBuffer (GLuint buffer)
static GLboolean log_glIsQuery (GLuint id)
static GLvoidlog_glMapBuffer (GLenum target, GLenum access)
static GLboolean log_glUnmapBuffer (GLenum target)
static void log_glAttachShader (GLuint program, GLuint shader)
static void log_glBindAttribLocation (GLuint program, GLuint index, const GLchar *name)
static void log_glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha)
static void log_glCompileShader (GLuint shader)
static GLuint log_glCreateProgram (void)
static GLuint log_glCreateShader (GLenum type)
static void log_glDeleteProgram (GLuint program)
static void log_glDeleteShader (GLuint shader)
static void log_glDetachShader (GLuint program, GLuint shader)
static void log_glDisableVertexAttribArray (GLuint index)
static void log_glDrawBuffers (GLsizei n, const GLenum *bufs)
static void log_glEnableVertexAttribArray (GLuint index)
static void log_glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
static void log_glGetActiveUniform (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name)
static void log_glGetAttachedShaders (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders)
static GLint log_glGetAttribLocation (GLuint program, const GLchar *name)
static void log_glGetProgramInfoLog (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
static void log_glGetProgramiv (GLuint program, GLenum pname, GLint *params)
static void log_glGetShaderInfoLog (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
static void log_glGetShaderSource (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source)
static void log_glGetShaderiv (GLuint shader, GLenum pname, GLint *params)
static GLint log_glGetUniformLocation (GLuint program, const GLchar *name)
static void log_glGetUniformfv (GLuint program, GLint location, GLfloat *params)
static void log_glGetUniformiv (GLuint program, GLint location, GLint *params)
static void log_glGetVertexAttribPointerv (GLuint index, GLenum pname, GLvoid **pointer)
static void log_glGetVertexAttribdv (GLuint index, GLenum pname, GLdouble *params)
static void log_glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat *params)
static void log_glGetVertexAttribiv (GLuint index, GLenum pname, GLint *params)
static GLboolean log_glIsProgram (GLuint program)
static GLboolean log_glIsShader (GLuint shader)
static void log_glLinkProgram (GLuint program)
static void log_glShaderSource (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length)
static void log_glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask)
static void log_glStencilMaskSeparate (GLenum face, GLuint mask)
static void log_glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass)
static void log_glUniform1f (GLint location, GLfloat v0)
static void log_glUniform1fv (GLint location, GLsizei count, const GLfloat *value)
static void log_glUniform1i (GLint location, GLint v0)
static void log_glUniform1iv (GLint location, GLsizei count, const GLint *value)
static void log_glUniform2f (GLint location, GLfloat v0, GLfloat v1)
static void log_glUniform2fv (GLint location, GLsizei count, const GLfloat *value)
static void log_glUniform2i (GLint location, GLint v0, GLint v1)
static void log_glUniform2iv (GLint location, GLsizei count, const GLint *value)
static void log_glUniform3f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
static void log_glUniform3fv (GLint location, GLsizei count, const GLfloat *value)
static void log_glUniform3i (GLint location, GLint v0, GLint v1, GLint v2)
static void log_glUniform3iv (GLint location, GLsizei count, const GLint *value)
static void log_glUniform4f (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
static void log_glUniform4fv (GLint location, GLsizei count, const GLfloat *value)
static void log_glUniform4i (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
static void log_glUniform4iv (GLint location, GLsizei count, const GLint *value)
static void log_glUniformMatrix2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUseProgram (GLuint program)
static void log_glValidateProgram (GLuint program)
static void log_glVertexAttrib1d (GLuint index, GLdouble x)
static void log_glVertexAttrib1dv (GLuint index, const GLdouble *v)
static void log_glVertexAttrib1f (GLuint index, GLfloat x)
static void log_glVertexAttrib1fv (GLuint index, const GLfloat *v)
static void log_glVertexAttrib1s (GLuint index, GLshort x)
static void log_glVertexAttrib1sv (GLuint index, const GLshort *v)
static void log_glVertexAttrib2d (GLuint index, GLdouble x, GLdouble y)
static void log_glVertexAttrib2dv (GLuint index, const GLdouble *v)
static void log_glVertexAttrib2f (GLuint index, GLfloat x, GLfloat y)
static void log_glVertexAttrib2fv (GLuint index, const GLfloat *v)
static void log_glVertexAttrib2s (GLuint index, GLshort x, GLshort y)
static void log_glVertexAttrib2sv (GLuint index, const GLshort *v)
static void log_glVertexAttrib3d (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void log_glVertexAttrib3dv (GLuint index, const GLdouble *v)
static void log_glVertexAttrib3f (GLuint index, GLfloat x, GLfloat y, GLfloat z)
static void log_glVertexAttrib3fv (GLuint index, const GLfloat *v)
static void log_glVertexAttrib3s (GLuint index, GLshort x, GLshort y, GLshort z)
static void log_glVertexAttrib3sv (GLuint index, const GLshort *v)
static void log_glVertexAttrib4Nbv (GLuint index, const GLbyte *v)
static void log_glVertexAttrib4Niv (GLuint index, const GLint *v)
static void log_glVertexAttrib4Nsv (GLuint index, const GLshort *v)
static void log_glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
static void log_glVertexAttrib4Nubv (GLuint index, const GLubyte *v)
static void log_glVertexAttrib4Nuiv (GLuint index, const GLuint *v)
static void log_glVertexAttrib4Nusv (GLuint index, const GLushort *v)
static void log_glVertexAttrib4bv (GLuint index, const GLbyte *v)
static void log_glVertexAttrib4d (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glVertexAttrib4dv (GLuint index, const GLdouble *v)
static void log_glVertexAttrib4f (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glVertexAttrib4fv (GLuint index, const GLfloat *v)
static void log_glVertexAttrib4iv (GLuint index, const GLint *v)
static void log_glVertexAttrib4s (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
static void log_glVertexAttrib4sv (GLuint index, const GLshort *v)
static void log_glVertexAttrib4ubv (GLuint index, const GLubyte *v)
static void log_glVertexAttrib4uiv (GLuint index, const GLuint *v)
static void log_glVertexAttrib4usv (GLuint index, const GLushort *v)
static void log_glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
static void log_glUniformMatrix2x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix2x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix3x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix3x4fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix4x2fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix4x3fv (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glBeginConditionalRender (GLuint id, GLenum mode)
static void log_glBeginTransformFeedback (GLenum primitiveMode)
static void log_glBindFragDataLocation (GLuint program, GLuint color, const GLchar *name)
static void log_glClampColor (GLenum target, GLenum clamp)
static void log_glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
static void log_glClearBufferfv (GLenum buffer, GLint drawbuffer, const GLfloat *value)
static void log_glClearBufferiv (GLenum buffer, GLint drawbuffer, const GLint *value)
static void log_glClearBufferuiv (GLenum buffer, GLint drawbuffer, const GLuint *value)
static void log_glColorMaski (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
static void log_glDisablei (GLenum cap, GLuint index)
static void log_glEnablei (GLenum cap, GLuint index)
static void log_glEndConditionalRender (void)
static void log_glEndTransformFeedback (void)
static void log_glGetBooleani_v (GLenum target, GLuint index, GLboolean *data)
static GLint log_glGetFragDataLocation (GLuint program, const GLchar *name)
static const GLubytelog_glGetStringi (GLenum name, GLuint index)
static void log_glGetTexParameterIiv (GLenum target, GLenum pname, GLint *params)
static void log_glGetTexParameterIuiv (GLenum target, GLenum pname, GLuint *params)
static void log_glGetTransformFeedbackVarying (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
static void log_glGetUniformuiv (GLuint program, GLint location, GLuint *params)
static void log_glGetVertexAttribIiv (GLuint index, GLenum pname, GLint *params)
static void log_glGetVertexAttribIuiv (GLuint index, GLenum pname, GLuint *params)
static GLboolean log_glIsEnabledi (GLenum target, GLuint index)
static void log_glTexParameterIiv (GLenum target, GLenum pname, const GLint *params)
static void log_glTexParameterIuiv (GLenum target, GLenum pname, const GLuint *params)
static void log_glTransformFeedbackVaryings (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode)
static void log_glUniform1ui (GLint location, GLuint v0)
static void log_glUniform1uiv (GLint location, GLsizei count, const GLuint *value)
static void log_glUniform2ui (GLint location, GLuint v0, GLuint v1)
static void log_glUniform2uiv (GLint location, GLsizei count, const GLuint *value)
static void log_glUniform3ui (GLint location, GLuint v0, GLuint v1, GLuint v2)
static void log_glUniform3uiv (GLint location, GLsizei count, const GLuint *value)
static void log_glUniform4ui (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
static void log_glUniform4uiv (GLint location, GLsizei count, const GLuint *value)
static void log_glVertexAttribI1i (GLuint index, GLint x)
static void log_glVertexAttribI1iv (GLuint index, const GLint *v)
static void log_glVertexAttribI1ui (GLuint index, GLuint x)
static void log_glVertexAttribI1uiv (GLuint index, const GLuint *v)
static void log_glVertexAttribI2i (GLuint index, GLint x, GLint y)
static void log_glVertexAttribI2iv (GLuint index, const GLint *v)
static void log_glVertexAttribI2ui (GLuint index, GLuint x, GLuint y)
static void log_glVertexAttribI2uiv (GLuint index, const GLuint *v)
static void log_glVertexAttribI3i (GLuint index, GLint x, GLint y, GLint z)
static void log_glVertexAttribI3iv (GLuint index, const GLint *v)
static void log_glVertexAttribI3ui (GLuint index, GLuint x, GLuint y, GLuint z)
static void log_glVertexAttribI3uiv (GLuint index, const GLuint *v)
static void log_glVertexAttribI4bv (GLuint index, const GLbyte *v)
static void log_glVertexAttribI4i (GLuint index, GLint x, GLint y, GLint z, GLint w)
static void log_glVertexAttribI4iv (GLuint index, const GLint *v)
static void log_glVertexAttribI4sv (GLuint index, const GLshort *v)
static void log_glVertexAttribI4ubv (GLuint index, const GLubyte *v)
static void log_glVertexAttribI4ui (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void log_glVertexAttribI4uiv (GLuint index, const GLuint *v)
static void log_glVertexAttribI4usv (GLuint index, const GLushort *v)
static void log_glVertexAttribIPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glDrawArraysInstanced (GLenum mode, GLint start, GLsizei count, GLsizei primcount)
static void log_glDrawElementsInstanced (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
static void log_glPrimitiveRestartIndex (GLuint index)
static void log_glTexBuffer (GLenum target, GLenum internalformat, GLuint buffer)
static void log_glFramebufferTexture (GLenum target, GLenum attachment, GLuint texture, GLint level)
static void log_glFramebufferTextureFace (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void log_glGetBufferParameteri64v (GLenum target, GLenum pname, GLint64 *params)
static void log_glGetInteger64i_v (GLenum target, GLuint index, GLint64 *data)
static void log_glVertexAttribDivisor (GLuint index, GLuint divisor)
static void log_glBlendEquationSeparatei (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
static void log_glBlendEquationi (GLuint buf, GLenum mode)
static void log_glBlendFuncSeparatei (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
static void log_glBlendFunci (GLuint buf, GLenum src, GLenum dst)
static void log_glTbufferMask3DFX (GLuint mask)
static void log_glDebugMessageCallbackAMD (GLDEBUGPROCAMD callback, GLvoid *userParam)
static void log_glDebugMessageEnableAMD (GLenum category, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
static void log_glDebugMessageInsertAMD (GLenum category, GLenum severity, GLuint id, GLsizei length, const GLchar *buf)
static GLuint log_glGetDebugMessageLogAMD (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message)
static void log_glBlendEquationIndexedAMD (GLuint buf, GLenum mode)
static void log_glBlendEquationSeparateIndexedAMD (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
static void log_glBlendFuncIndexedAMD (GLuint buf, GLenum src, GLenum dst)
static void log_glBlendFuncSeparateIndexedAMD (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
static void log_glMultiDrawArraysIndirectAMD (GLenum mode, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
static void log_glMultiDrawElementsIndirectAMD (GLenum mode, GLenum type, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
static void log_glDeleteNamesAMD (GLenum identifier, GLuint num, const GLuint *names)
static void log_glGenNamesAMD (GLenum identifier, GLuint num, GLuint *names)
static GLboolean log_glIsNameAMD (GLenum identifier, GLuint name)
static void log_glBeginPerfMonitorAMD (GLuint monitor)
static void log_glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors)
static void log_glEndPerfMonitorAMD (GLuint monitor)
static void log_glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors)
static void log_glGetPerfMonitorCounterDataAMD (GLuint monitor, GLenum pname, GLsizei dataSize, GLuint *data, GLint *bytesWritten)
static void log_glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, GLvoid *data)
static void log_glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString)
static void log_glGetPerfMonitorCountersAMD (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei countersSize, GLuint *counters)
static void log_glGetPerfMonitorGroupStringAMD (GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupString)
static void log_glGetPerfMonitorGroupsAMD (GLint *numGroups, GLsizei groupsSize, GLuint *groups)
static void log_glSelectPerfMonitorCountersAMD (GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *counterList)
static void log_glSetMultisamplefvAMD (GLenum pname, GLuint index, const GLfloat *val)
static void log_glStencilOpValueAMD (GLenum face, GLuint value)
static void log_glTessellationFactorAMD (GLfloat factor)
static void log_glTessellationModeAMD (GLenum mode)
static void log_glBlitFramebufferANGLE (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static void log_glRenderbufferStorageMultisampleANGLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glDrawArraysInstancedANGLE (GLenum mode, GLint first, GLsizei count, GLsizei primcount)
static void log_glDrawElementsInstancedANGLE (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
static void log_glVertexAttribDivisorANGLE (GLuint index, GLuint divisor)
static void log_glGetTranslatedShaderSourceANGLE (GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *source)
static void log_glCopyTextureLevelsAPPLE (GLuint destinationTexture, GLuint sourceTexture, GLint sourceBaseLevel, GLsizei sourceLevelCount)
static void log_glDrawElementArrayAPPLE (GLenum mode, GLint first, GLsizei count)
static void log_glDrawRangeElementArrayAPPLE (GLenum mode, GLuint start, GLuint end, GLint first, GLsizei count)
static void log_glElementPointerAPPLE (GLenum type, const GLvoid *pointer)
static void log_glMultiDrawElementArrayAPPLE (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
static void log_glMultiDrawRangeElementArrayAPPLE (GLenum mode, GLuint start, GLuint end, const GLint *first, const GLsizei *count, GLsizei primcount)
static void log_glDeleteFencesAPPLE (GLsizei n, const GLuint *fences)
static void log_glFinishFenceAPPLE (GLuint fence)
static void log_glFinishObjectAPPLE (GLenum object, GLint name)
static void log_glGenFencesAPPLE (GLsizei n, GLuint *fences)
static GLboolean log_glIsFenceAPPLE (GLuint fence)
static void log_glSetFenceAPPLE (GLuint fence)
static GLboolean log_glTestFenceAPPLE (GLuint fence)
static GLboolean log_glTestObjectAPPLE (GLenum object, GLuint name)
static void log_glBufferParameteriAPPLE (GLenum target, GLenum pname, GLint param)
static void log_glFlushMappedBufferRangeAPPLE (GLenum target, GLintptr offset, GLsizeiptr size)
static void log_glFinishRenderAPPLE (void)
static void log_glFlushRenderAPPLE (void)
static void log_glSwapAPPLE (void)
static void log_glRenderbufferStorageMultisampleAPPLE (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glResolveMultisampleFramebufferAPPLE (void)
static void log_glGetObjectParameterivAPPLE (GLenum objectType, GLuint name, GLenum pname, GLint *params)
static GLenum log_glObjectPurgeableAPPLE (GLenum objectType, GLuint name, GLenum option)
static GLenum log_glObjectUnpurgeableAPPLE (GLenum objectType, GLuint name, GLenum option)
static GLenum log_glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout)
static void log_glDeleteSyncAPPLE (GLsync sync)
static GLsync log_glFenceSyncAPPLE (GLenum condition, GLbitfield flags)
static void log_glGetInteger64vAPPLE (GLenum pname, GLint64 *params)
static void log_glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
static GLboolean log_glIsSyncAPPLE (GLsync sync)
static void log_glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout)
static void log_glGetTexParameterPointervAPPLE (GLenum target, GLenum pname, GLvoid **params)
static void log_glTextureRangeAPPLE (GLenum target, GLsizei length, const GLvoid *pointer)
static void log_glBindVertexArrayAPPLE (GLuint array)
static void log_glDeleteVertexArraysAPPLE (GLsizei n, const GLuint *arrays)
static void log_glGenVertexArraysAPPLE (GLsizei n, GLuint *arrays)
static GLboolean log_glIsVertexArrayAPPLE (GLuint array)
static void log_glFlushVertexArrayRangeAPPLE (GLsizei length, GLvoid *pointer)
static void log_glVertexArrayParameteriAPPLE (GLenum pname, GLint param)
static void log_glVertexArrayRangeAPPLE (GLsizei length, GLvoid *pointer)
static void log_glDisableVertexAttribAPPLE (GLuint index, GLenum pname)
static void log_glEnableVertexAttribAPPLE (GLuint index, GLenum pname)
static GLboolean log_glIsVertexAttribEnabledAPPLE (GLuint index, GLenum pname)
static void log_glMapVertexAttrib1dAPPLE (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points)
static void log_glMapVertexAttrib1fAPPLE (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points)
static void log_glMapVertexAttrib2dAPPLE (GLuint index, GLuint size, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points)
static void log_glMapVertexAttrib2fAPPLE (GLuint index, GLuint size, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points)
static void log_glClearDepthf (GLclampf d)
static void log_glDepthRangef (GLclampf n, GLclampf f)
static void log_glGetShaderPrecisionFormat (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision)
static void log_glReleaseShaderCompiler (void)
static void log_glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length)
static void log_glDrawArraysInstancedBaseInstance (GLenum mode, GLint first, GLsizei count, GLsizei primcount, GLuint baseinstance)
static void log_glDrawElementsInstancedBaseInstance (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLuint baseinstance)
static void log_glDrawElementsInstancedBaseVertexBaseInstance (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex, GLuint baseinstance)
static void log_glBindFragDataLocationIndexed (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name)
static GLint log_glGetFragDataIndex (GLuint program, const GLchar *name)
static GLsync log_glCreateSyncFromCLeventARB (cl_context context, cl_event event, GLbitfield flags)
static void log_glClearBufferData (GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data)
static void log_glClearBufferSubData (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data)
static void log_glClearNamedBufferDataEXT (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data)
static void log_glClearNamedBufferSubDataEXT (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data)
static void log_glClampColorARB (GLenum target, GLenum clamp)
static void log_glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
static void log_glDispatchComputeIndirect (GLintptr indirect)
static void log_glCopyBufferSubData (GLenum readtarget, GLenum writetarget, GLintptr readoffset, GLintptr writeoffset, GLsizeiptr size)
static void log_glCopyImageSubData (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth)
static void log_glDebugMessageCallbackARB (GLDEBUGPROCARB callback, const GLvoid *userParam)
static void log_glDebugMessageControlARB (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
static void log_glDebugMessageInsertARB (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf)
static GLuint log_glGetDebugMessageLogARB (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog)
static void log_glDrawBuffersARB (GLsizei n, const GLenum *bufs)
static void log_glBlendEquationSeparateiARB (GLuint buf, GLenum modeRGB, GLenum modeAlpha)
static void log_glBlendEquationiARB (GLuint buf, GLenum mode)
static void log_glBlendFuncSeparateiARB (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
static void log_glBlendFunciARB (GLuint buf, GLenum src, GLenum dst)
static void log_glDrawElementsBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
static void log_glDrawElementsInstancedBaseVertex (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount, GLint basevertex)
static void log_glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex)
static void log_glMultiDrawElementsBaseVertex (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei primcount, const GLint *basevertex)
static void log_glDrawArraysIndirect (GLenum mode, const GLvoid *indirect)
static void log_glDrawElementsIndirect (GLenum mode, GLenum type, const GLvoid *indirect)
static void log_glDrawArraysInstancedARB (GLenum mode, GLint start, GLsizei count, GLsizei primcount)
static void log_glDrawElementsInstancedARB (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
static void log_glFramebufferParameteri (GLenum target, GLenum pname, GLint param)
static void log_glGetFramebufferParameteriv (GLenum target, GLenum pname, GLint *params)
static void log_glGetNamedFramebufferParameterivEXT (GLuint framebuffer, GLenum pname, GLint *params)
static void log_glNamedFramebufferParameteriEXT (GLuint framebuffer, GLenum pname, GLint param)
static void log_glBindFramebuffer (GLenum target, GLuint framebuffer)
static void log_glBindRenderbuffer (GLenum target, GLuint renderbuffer)
static void log_glBlitFramebuffer (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static GLenum log_glCheckFramebufferStatus (GLenum target)
static void log_glDeleteFramebuffers (GLsizei n, const GLuint *framebuffers)
static void log_glDeleteRenderbuffers (GLsizei n, const GLuint *renderbuffers)
static void log_glFramebufferRenderbuffer (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
static void log_glFramebufferTexture1D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void log_glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void log_glFramebufferTexture3D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint layer)
static void log_glFramebufferTextureLayer (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void log_glGenFramebuffers (GLsizei n, GLuint *framebuffers)
static void log_glGenRenderbuffers (GLsizei n, GLuint *renderbuffers)
static void log_glGenerateMipmap (GLenum target)
static void log_glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment, GLenum pname, GLint *params)
static void log_glGetRenderbufferParameteriv (GLenum target, GLenum pname, GLint *params)
static GLboolean log_glIsFramebuffer (GLuint framebuffer)
static GLboolean log_glIsRenderbuffer (GLuint renderbuffer)
static void log_glRenderbufferStorage (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glRenderbufferStorageMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glFramebufferTextureARB (GLenum target, GLenum attachment, GLuint texture, GLint level)
static void log_glFramebufferTextureFaceARB (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void log_glFramebufferTextureLayerARB (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void log_glProgramParameteriARB (GLuint program, GLenum pname, GLint value)
static void log_glGetProgramBinary (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary)
static void log_glProgramBinary (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length)
static void log_glProgramParameteri (GLuint program, GLenum pname, GLint value)
static void log_glGetUniformdv (GLuint program, GLint location, GLdouble *params)
static void log_glUniform1d (GLint location, GLdouble x)
static void log_glUniform1dv (GLint location, GLsizei count, const GLdouble *value)
static void log_glUniform2d (GLint location, GLdouble x, GLdouble y)
static void log_glUniform2dv (GLint location, GLsizei count, const GLdouble *value)
static void log_glUniform3d (GLint location, GLdouble x, GLdouble y, GLdouble z)
static void log_glUniform3dv (GLint location, GLsizei count, const GLdouble *value)
static void log_glUniform4d (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glUniform4dv (GLint location, GLsizei count, const GLdouble *value)
static void log_glUniformMatrix2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glUniformMatrix2x3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glUniformMatrix2x4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glUniformMatrix3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glUniformMatrix3x2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glUniformMatrix3x4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glUniformMatrix4dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glUniformMatrix4x2dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glUniformMatrix4x3dv (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glColorSubTable (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data)
static void log_glColorTable (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
static void log_glColorTableParameterfv (GLenum target, GLenum pname, const GLfloat *params)
static void log_glColorTableParameteriv (GLenum target, GLenum pname, const GLint *params)
static void log_glConvolutionFilter1D (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
static void log_glConvolutionFilter2D (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)
static void log_glConvolutionParameterf (GLenum target, GLenum pname, GLfloat params)
static void log_glConvolutionParameterfv (GLenum target, GLenum pname, const GLfloat *params)
static void log_glConvolutionParameteri (GLenum target, GLenum pname, GLint params)
static void log_glConvolutionParameteriv (GLenum target, GLenum pname, const GLint *params)
static void log_glCopyColorSubTable (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
static void log_glCopyColorTable (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
static void log_glCopyConvolutionFilter1D (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
static void log_glCopyConvolutionFilter2D (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glGetColorTable (GLenum target, GLenum format, GLenum type, GLvoid *table)
static void log_glGetColorTableParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetColorTableParameteriv (GLenum target, GLenum pname, GLint *params)
static void log_glGetConvolutionFilter (GLenum target, GLenum format, GLenum type, GLvoid *image)
static void log_glGetConvolutionParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetConvolutionParameteriv (GLenum target, GLenum pname, GLint *params)
static void log_glGetHistogram (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
static void log_glGetHistogramParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetHistogramParameteriv (GLenum target, GLenum pname, GLint *params)
static void log_glGetMinmax (GLenum target, GLboolean reset, GLenum format, GLenum types, GLvoid *values)
static void log_glGetMinmaxParameterfv (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetMinmaxParameteriv (GLenum target, GLenum pname, GLint *params)
static void log_glGetSeparableFilter (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)
static void log_glHistogram (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
static void log_glMinmax (GLenum target, GLenum internalformat, GLboolean sink)
static void log_glResetHistogram (GLenum target)
static void log_glResetMinmax (GLenum target)
static void log_glSeparableFilter2D (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
static void log_glVertexAttribDivisorARB (GLuint index, GLuint divisor)
static void log_glGetInternalformativ (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params)
static void log_glGetInternalformati64v (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params)
static void log_glInvalidateBufferData (GLuint buffer)
static void log_glInvalidateBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr length)
static void log_glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments)
static void log_glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glInvalidateTexImage (GLuint texture, GLint level)
static void log_glInvalidateTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
static void log_glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr length)
static GLvoidlog_glMapBufferRange (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
static void log_glCurrentPaletteMatrixARB (GLint index)
static void log_glMatrixIndexPointerARB (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glMatrixIndexubvARB (GLint size, const GLubyte *indices)
static void log_glMatrixIndexuivARB (GLint size, const GLuint *indices)
static void log_glMatrixIndexusvARB (GLint size, const GLushort *indices)
static void log_glMultiDrawArraysIndirect (GLenum mode, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
static void log_glMultiDrawElementsIndirect (GLenum mode, GLenum type, const GLvoid *indirect, GLsizei primcount, GLsizei stride)
static void log_glSampleCoverageARB (GLclampf value, GLboolean invert)
static void log_glActiveTextureARB (GLenum texture)
static void log_glClientActiveTextureARB (GLenum texture)
static void log_glMultiTexCoord1dARB (GLenum target, GLdouble s)
static void log_glMultiTexCoord1dvARB (GLenum target, const GLdouble *v)
static void log_glMultiTexCoord1fARB (GLenum target, GLfloat s)
static void log_glMultiTexCoord1fvARB (GLenum target, const GLfloat *v)
static void log_glMultiTexCoord1iARB (GLenum target, GLint s)
static void log_glMultiTexCoord1ivARB (GLenum target, const GLint *v)
static void log_glMultiTexCoord1sARB (GLenum target, GLshort s)
static void log_glMultiTexCoord1svARB (GLenum target, const GLshort *v)
static void log_glMultiTexCoord2dARB (GLenum target, GLdouble s, GLdouble t)
static void log_glMultiTexCoord2dvARB (GLenum target, const GLdouble *v)
static void log_glMultiTexCoord2fARB (GLenum target, GLfloat s, GLfloat t)
static void log_glMultiTexCoord2fvARB (GLenum target, const GLfloat *v)
static void log_glMultiTexCoord2iARB (GLenum target, GLint s, GLint t)
static void log_glMultiTexCoord2ivARB (GLenum target, const GLint *v)
static void log_glMultiTexCoord2sARB (GLenum target, GLshort s, GLshort t)
static void log_glMultiTexCoord2svARB (GLenum target, const GLshort *v)
static void log_glMultiTexCoord3dARB (GLenum target, GLdouble s, GLdouble t, GLdouble r)
static void log_glMultiTexCoord3dvARB (GLenum target, const GLdouble *v)
static void log_glMultiTexCoord3fARB (GLenum target, GLfloat s, GLfloat t, GLfloat r)
static void log_glMultiTexCoord3fvARB (GLenum target, const GLfloat *v)
static void log_glMultiTexCoord3iARB (GLenum target, GLint s, GLint t, GLint r)
static void log_glMultiTexCoord3ivARB (GLenum target, const GLint *v)
static void log_glMultiTexCoord3sARB (GLenum target, GLshort s, GLshort t, GLshort r)
static void log_glMultiTexCoord3svARB (GLenum target, const GLshort *v)
static void log_glMultiTexCoord4dARB (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q)
static void log_glMultiTexCoord4dvARB (GLenum target, const GLdouble *v)
static void log_glMultiTexCoord4fARB (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q)
static void log_glMultiTexCoord4fvARB (GLenum target, const GLfloat *v)
static void log_glMultiTexCoord4iARB (GLenum target, GLint s, GLint t, GLint r, GLint q)
static void log_glMultiTexCoord4ivARB (GLenum target, const GLint *v)
static void log_glMultiTexCoord4sARB (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
static void log_glMultiTexCoord4svARB (GLenum target, const GLshort *v)
static void log_glBeginQueryARB (GLenum target, GLuint id)
static void log_glDeleteQueriesARB (GLsizei n, const GLuint *ids)
static void log_glEndQueryARB (GLenum target)
static void log_glGenQueriesARB (GLsizei n, GLuint *ids)
static void log_glGetQueryObjectivARB (GLuint id, GLenum pname, GLint *params)
static void log_glGetQueryObjectuivARB (GLuint id, GLenum pname, GLuint *params)
static void log_glGetQueryivARB (GLenum target, GLenum pname, GLint *params)
static GLboolean log_glIsQueryARB (GLuint id)
static void log_glPointParameterfARB (GLenum pname, GLfloat param)
static void log_glPointParameterfvARB (GLenum pname, const GLfloat *params)
static void log_glGetProgramInterfaceiv (GLuint program, GLenum programInterface, GLenum pname, GLint *params)
static GLuint log_glGetProgramResourceIndex (GLuint program, GLenum programInterface, const GLchar *name)
static GLint log_glGetProgramResourceLocation (GLuint program, GLenum programInterface, const GLchar *name)
static GLint log_glGetProgramResourceLocationIndex (GLuint program, GLenum programInterface, const GLchar *name)
static void log_glGetProgramResourceName (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name)
static void log_glGetProgramResourceiv (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params)
static void log_glProvokingVertex (GLenum mode)
static GLenum log_glGetGraphicsResetStatusARB (void)
static void log_glGetnColorTableARB (GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *table)
static void log_glGetnCompressedTexImageARB (GLenum target, GLint lod, GLsizei bufSize, GLvoid *img)
static void log_glGetnConvolutionFilterARB (GLenum target, GLenum format, GLenum type, GLsizei bufSize, GLvoid *image)
static void log_glGetnHistogramARB (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
static void log_glGetnMapdvARB (GLenum target, GLenum query, GLsizei bufSize, GLdouble *v)
static void log_glGetnMapfvARB (GLenum target, GLenum query, GLsizei bufSize, GLfloat *v)
static void log_glGetnMapivARB (GLenum target, GLenum query, GLsizei bufSize, GLint *v)
static void log_glGetnMinmaxARB (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, GLvoid *values)
static void log_glGetnPixelMapfvARB (GLenum map, GLsizei bufSize, GLfloat *values)
static void log_glGetnPixelMapuivARB (GLenum map, GLsizei bufSize, GLuint *values)
static void log_glGetnPixelMapusvARB (GLenum map, GLsizei bufSize, GLushort *values)
static void log_glGetnPolygonStippleARB (GLsizei bufSize, GLubyte *pattern)
static void log_glGetnSeparableFilterARB (GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, GLvoid *row, GLsizei columnBufSize, GLvoid *column, GLvoid *span)
static void log_glGetnTexImageARB (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, GLvoid *img)
static void log_glGetnUniformdvARB (GLuint program, GLint location, GLsizei bufSize, GLdouble *params)
static void log_glGetnUniformfvARB (GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
static void log_glGetnUniformivARB (GLuint program, GLint location, GLsizei bufSize, GLint *params)
static void log_glGetnUniformuivARB (GLuint program, GLint location, GLsizei bufSize, GLuint *params)
static void log_glReadnPixelsARB (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)
static void log_glMinSampleShading (GLclampf value)
static void log_glMinSampleShadingARB (GLclampf value)
static void log_glBindSampler (GLuint unit, GLuint sampler)
static void log_glDeleteSamplers (GLsizei count, const GLuint *samplers)
static void log_glGenSamplers (GLsizei count, GLuint *samplers)
static void log_glGetSamplerParameterIiv (GLuint sampler, GLenum pname, GLint *params)
static void log_glGetSamplerParameterIuiv (GLuint sampler, GLenum pname, GLuint *params)
static void log_glGetSamplerParameterfv (GLuint sampler, GLenum pname, GLfloat *params)
static void log_glGetSamplerParameteriv (GLuint sampler, GLenum pname, GLint *params)
static GLboolean log_glIsSampler (GLuint sampler)
static void log_glSamplerParameterIiv (GLuint sampler, GLenum pname, const GLint *params)
static void log_glSamplerParameterIuiv (GLuint sampler, GLenum pname, const GLuint *params)
static void log_glSamplerParameterf (GLuint sampler, GLenum pname, GLfloat param)
static void log_glSamplerParameterfv (GLuint sampler, GLenum pname, const GLfloat *params)
static void log_glSamplerParameteri (GLuint sampler, GLenum pname, GLint param)
static void log_glSamplerParameteriv (GLuint sampler, GLenum pname, const GLint *params)
static void log_glActiveShaderProgram (GLuint pipeline, GLuint program)
static void log_glBindProgramPipeline (GLuint pipeline)
static GLuint log_glCreateShaderProgramv (GLenum type, GLsizei count, const GLchar *const *strings)
static void log_glDeleteProgramPipelines (GLsizei n, const GLuint *pipelines)
static void log_glGenProgramPipelines (GLsizei n, GLuint *pipelines)
static void log_glGetProgramPipelineInfoLog (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog)
static void log_glGetProgramPipelineiv (GLuint pipeline, GLenum pname, GLint *params)
static GLboolean log_glIsProgramPipeline (GLuint pipeline)
static void log_glProgramUniform1d (GLuint program, GLint location, GLdouble x)
static void log_glProgramUniform1dv (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void log_glProgramUniform1f (GLuint program, GLint location, GLfloat x)
static void log_glProgramUniform1fv (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void log_glProgramUniform1i (GLuint program, GLint location, GLint x)
static void log_glProgramUniform1iv (GLuint program, GLint location, GLsizei count, const GLint *value)
static void log_glProgramUniform1ui (GLuint program, GLint location, GLuint v0)
static void log_glProgramUniform1uiv (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void log_glProgramUniform2d (GLuint program, GLint location, GLdouble x, GLdouble y)
static void log_glProgramUniform2dv (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void log_glProgramUniform2f (GLuint program, GLint location, GLfloat x, GLfloat y)
static void log_glProgramUniform2fv (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void log_glProgramUniform2i (GLuint program, GLint location, GLint x, GLint y)
static void log_glProgramUniform2iv (GLuint program, GLint location, GLsizei count, const GLint *value)
static void log_glProgramUniform2ui (GLuint program, GLint location, GLuint x, GLuint y)
static void log_glProgramUniform2uiv (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void log_glProgramUniform3d (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
static void log_glProgramUniform3dv (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void log_glProgramUniform3f (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z)
static void log_glProgramUniform3fv (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void log_glProgramUniform3i (GLuint program, GLint location, GLint x, GLint y, GLint z)
static void log_glProgramUniform3iv (GLuint program, GLint location, GLsizei count, const GLint *value)
static void log_glProgramUniform3ui (GLuint program, GLint location, GLuint x, GLuint y, GLuint z)
static void log_glProgramUniform3uiv (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void log_glProgramUniform4d (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glProgramUniform4dv (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void log_glProgramUniform4f (GLuint program, GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glProgramUniform4fv (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void log_glProgramUniform4i (GLuint program, GLint location, GLint x, GLint y, GLint z, GLint w)
static void log_glProgramUniform4iv (GLuint program, GLint location, GLsizei count, const GLint *value)
static void log_glProgramUniform4ui (GLuint program, GLint location, GLuint x, GLuint y, GLuint z, GLuint w)
static void log_glProgramUniform4uiv (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void log_glProgramUniformMatrix2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix2x3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix2x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix2x4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix2x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix3x2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix3x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix3x4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix3x4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix4dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix4fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix4x2dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix4x2fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix4x3dv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix4x3fv (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUseProgramStages (GLuint pipeline, GLbitfield stages, GLuint program)
static void log_glValidateProgramPipeline (GLuint pipeline)
static void log_glGetActiveAtomicCounterBufferiv (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params)
static void log_glBindImageTexture (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format)
static void log_glMemoryBarrier (GLbitfield barriers)
static void log_glAttachObjectARB (GLhandleARB containerObj, GLhandleARB obj)
static void log_glCompileShaderARB (GLhandleARB shaderObj)
static GLhandleARB log_glCreateProgramObjectARB (void)
static GLhandleARB log_glCreateShaderObjectARB (GLenum shaderType)
static void log_glDeleteObjectARB (GLhandleARB obj)
static void log_glDetachObjectARB (GLhandleARB containerObj, GLhandleARB attachedObj)
static void log_glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
static void log_glGetAttachedObjectsARB (GLhandleARB containerObj, GLsizei maxCount, GLsizei *count, GLhandleARB *obj)
static GLhandleARB log_glGetHandleARB (GLenum pname)
static void log_glGetInfoLogARB (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *infoLog)
static void log_glGetObjectParameterfvARB (GLhandleARB obj, GLenum pname, GLfloat *params)
static void log_glGetObjectParameterivARB (GLhandleARB obj, GLenum pname, GLint *params)
static void log_glGetShaderSourceARB (GLhandleARB obj, GLsizei maxLength, GLsizei *length, GLcharARB *source)
static GLint log_glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name)
static void log_glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params)
static void log_glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params)
static void log_glLinkProgramARB (GLhandleARB programObj)
static void log_glShaderSourceARB (GLhandleARB shaderObj, GLsizei count, const GLcharARB **string, const GLint *length)
static void log_glUniform1fARB (GLint location, GLfloat v0)
static void log_glUniform1fvARB (GLint location, GLsizei count, const GLfloat *value)
static void log_glUniform1iARB (GLint location, GLint v0)
static void log_glUniform1ivARB (GLint location, GLsizei count, const GLint *value)
static void log_glUniform2fARB (GLint location, GLfloat v0, GLfloat v1)
static void log_glUniform2fvARB (GLint location, GLsizei count, const GLfloat *value)
static void log_glUniform2iARB (GLint location, GLint v0, GLint v1)
static void log_glUniform2ivARB (GLint location, GLsizei count, const GLint *value)
static void log_glUniform3fARB (GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
static void log_glUniform3fvARB (GLint location, GLsizei count, const GLfloat *value)
static void log_glUniform3iARB (GLint location, GLint v0, GLint v1, GLint v2)
static void log_glUniform3ivARB (GLint location, GLsizei count, const GLint *value)
static void log_glUniform4fARB (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
static void log_glUniform4fvARB (GLint location, GLsizei count, const GLfloat *value)
static void log_glUniform4iARB (GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
static void log_glUniform4ivARB (GLint location, GLsizei count, const GLint *value)
static void log_glUniformMatrix2fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix3fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUniformMatrix4fvARB (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glUseProgramObjectARB (GLhandleARB programObj)
static void log_glValidateProgramARB (GLhandleARB programObj)
static void log_glShaderStorageBlockBinding (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding)
static void log_glGetActiveSubroutineName (GLuint program, GLenum shaderType, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name)
static void log_glGetActiveSubroutineUniformName (GLuint program, GLenum shaderType, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name)
static void log_glGetActiveSubroutineUniformiv (GLuint program, GLenum shaderType, GLuint index, GLenum pname, GLint *values)
static void log_glGetProgramStageiv (GLuint program, GLenum shaderType, GLenum pname, GLint *values)
static void log_glGetProgramSubroutineParameteruivNV (GLenum target, GLuint index, GLuint *params)
static GLuint log_glGetSubroutineIndex (GLuint program, GLenum shaderType, const GLchar *name)
static GLint log_glGetSubroutineUniformLocation (GLuint program, GLenum shaderType, const GLchar *name)
static void log_glGetUniformSubroutineuiv (GLenum shaderType, GLint location, GLuint *params)
static void log_glProgramSubroutineParametersuivNV (GLenum target, GLsizei count, const GLuint *params)
static void log_glUniformSubroutinesuiv (GLenum shaderType, GLsizei count, const GLuint *indices)
static void log_glCompileShaderIncludeARB (GLuint shader, GLsizei count, const GLchar **path, const GLint *length)
static void log_glDeleteNamedStringARB (GLint namelen, const GLchar *name)
static void log_glGetNamedStringARB (GLint namelen, const GLchar *name, GLsizei bufSize, GLint *stringlen, GLchar *string)
static void log_glGetNamedStringivARB (GLint namelen, const GLchar *name, GLenum pname, GLint *params)
static GLboolean log_glIsNamedStringARB (GLint namelen, const GLchar *name)
static void log_glNamedStringARB (GLenum type, GLint namelen, const GLchar *name, GLint stringlen, const GLchar *string)
static GLenum log_glClientWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout)
static void log_glDeleteSync (GLsync sync)
static GLsync log_glFenceSync (GLenum condition, GLbitfield flags)
static void log_glGetInteger64v (GLenum pname, GLint64 *params)
static void log_glGetSynciv (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
static GLboolean log_glIsSync (GLsync sync)
static void log_glWaitSync (GLsync sync, GLbitfield flags, GLuint64 timeout)
static void log_glPatchParameterfv (GLenum pname, const GLfloat *values)
static void log_glPatchParameteri (GLenum pname, GLint value)
static void log_glTexBufferARB (GLenum target, GLenum internalformat, GLuint buffer)
static void log_glTexBufferRange (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void log_glTextureBufferRangeEXT (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void log_glCompressedTexImage1DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexImage2DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexImage3DARB (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexSubImage1DARB (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexSubImage2DARB (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexSubImage3DARB (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glGetCompressedTexImageARB (GLenum target, GLint lod, GLvoid *img)
static void log_glGetMultisamplefv (GLenum pname, GLuint index, GLfloat *val)
static void log_glSampleMaski (GLuint index, GLbitfield mask)
static void log_glTexImage2DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
static void log_glTexImage3DMultisample (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
static void log_glTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
static void log_glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
static void log_glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
static void log_glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
static void log_glTexStorage2DMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
static void log_glTexStorage3DMultisample (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
static void log_glTextureStorage2DMultisampleEXT (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
static void log_glTextureStorage3DMultisampleEXT (GLuint texture, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
static void log_glTextureView (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
static void log_glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params)
static void log_glGetQueryObjectui64v (GLuint id, GLenum pname, GLuint64 *params)
static void log_glQueryCounter (GLuint id, GLenum target)
static void log_glBindTransformFeedback (GLenum target, GLuint id)
static void log_glDeleteTransformFeedbacks (GLsizei n, const GLuint *ids)
static void log_glDrawTransformFeedback (GLenum mode, GLuint name)
static void log_glGenTransformFeedbacks (GLsizei n, GLuint *ids)
static GLboolean log_glIsTransformFeedback (GLuint id)
static void log_glPauseTransformFeedback (void)
static void log_glResumeTransformFeedback (void)
static void log_glBeginQueryIndexed (GLenum target, GLuint index, GLuint id)
static void log_glDrawTransformFeedbackStream (GLenum mode, GLuint id, GLuint stream)
static void log_glEndQueryIndexed (GLenum target, GLuint index)
static void log_glGetQueryIndexediv (GLenum target, GLuint index, GLenum pname, GLint *params)
static void log_glDrawTransformFeedbackInstanced (GLenum mode, GLuint id, GLsizei primcount)
static void log_glDrawTransformFeedbackStreamInstanced (GLenum mode, GLuint id, GLuint stream, GLsizei primcount)
static void log_glLoadTransposeMatrixdARB (const GLdouble *m)
static void log_glLoadTransposeMatrixfARB (const GLfloat *m)
static void log_glMultTransposeMatrixdARB (const GLdouble *m)
static void log_glMultTransposeMatrixfARB (const GLfloat *m)
static void log_glBindBufferBase (GLenum target, GLuint index, GLuint buffer)
static void log_glBindBufferRange (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void log_glGetActiveUniformBlockName (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName)
static void log_glGetActiveUniformBlockiv (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params)
static void log_glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName)
static void log_glGetActiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params)
static void log_glGetIntegeri_v (GLenum target, GLuint index, GLint *data)
static GLuint log_glGetUniformBlockIndex (GLuint program, const GLchar *uniformBlockName)
static void log_glGetUniformIndices (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices)
static void log_glUniformBlockBinding (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
static void log_glBindVertexArray (GLuint array)
static void log_glDeleteVertexArrays (GLsizei n, const GLuint *arrays)
static void log_glGenVertexArrays (GLsizei n, GLuint *arrays)
static GLboolean log_glIsVertexArray (GLuint array)
static void log_glGetVertexAttribLdv (GLuint index, GLenum pname, GLdouble *params)
static void log_glVertexAttribL1d (GLuint index, GLdouble x)
static void log_glVertexAttribL1dv (GLuint index, const GLdouble *v)
static void log_glVertexAttribL2d (GLuint index, GLdouble x, GLdouble y)
static void log_glVertexAttribL2dv (GLuint index, const GLdouble *v)
static void log_glVertexAttribL3d (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void log_glVertexAttribL3dv (GLuint index, const GLdouble *v)
static void log_glVertexAttribL4d (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glVertexAttribL4dv (GLuint index, const GLdouble *v)
static void log_glVertexAttribLPointer (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glBindVertexBuffer (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
static void log_glVertexAttribBinding (GLuint attribindex, GLuint bindingindex)
static void log_glVertexAttribFormat (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
static void log_glVertexAttribIFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
static void log_glVertexAttribLFormat (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
static void log_glVertexBindingDivisor (GLuint bindingindex, GLuint divisor)
static void log_glVertexBlendARB (GLint count)
static void log_glWeightPointerARB (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glWeightbvARB (GLint size, const GLbyte *weights)
static void log_glWeightdvARB (GLint size, const GLdouble *weights)
static void log_glWeightfvARB (GLint size, const GLfloat *weights)
static void log_glWeightivARB (GLint size, const GLint *weights)
static void log_glWeightsvARB (GLint size, const GLshort *weights)
static void log_glWeightubvARB (GLint size, const GLubyte *weights)
static void log_glWeightuivARB (GLint size, const GLuint *weights)
static void log_glWeightusvARB (GLint size, const GLushort *weights)
static void log_glBindBufferARB (GLenum target, GLuint buffer)
static void log_glBufferDataARB (GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage)
static void log_glBufferSubDataARB (GLenum target, GLintptrARB offset, GLsizeiptrARB size, const GLvoid *data)
static void log_glDeleteBuffersARB (GLsizei n, const GLuint *buffers)
static void log_glGenBuffersARB (GLsizei n, GLuint *buffers)
static void log_glGetBufferParameterivARB (GLenum target, GLenum pname, GLint *params)
static void log_glGetBufferPointervARB (GLenum target, GLenum pname, GLvoid **params)
static void log_glGetBufferSubDataARB (GLenum target, GLintptrARB offset, GLsizeiptrARB size, GLvoid *data)
static GLboolean log_glIsBufferARB (GLuint buffer)
static GLvoidlog_glMapBufferARB (GLenum target, GLenum access)
static GLboolean log_glUnmapBufferARB (GLenum target)
static void log_glBindProgramARB (GLenum target, GLuint program)
static void log_glDeleteProgramsARB (GLsizei n, const GLuint *programs)
static void log_glDisableVertexAttribArrayARB (GLuint index)
static void log_glEnableVertexAttribArrayARB (GLuint index)
static void log_glGenProgramsARB (GLsizei n, GLuint *programs)
static void log_glGetProgramEnvParameterdvARB (GLenum target, GLuint index, GLdouble *params)
static void log_glGetProgramEnvParameterfvARB (GLenum target, GLuint index, GLfloat *params)
static void log_glGetProgramLocalParameterdvARB (GLenum target, GLuint index, GLdouble *params)
static void log_glGetProgramLocalParameterfvARB (GLenum target, GLuint index, GLfloat *params)
static void log_glGetProgramStringARB (GLenum target, GLenum pname, GLvoid *string)
static void log_glGetProgramivARB (GLenum target, GLenum pname, GLint *params)
static void log_glGetVertexAttribPointervARB (GLuint index, GLenum pname, GLvoid **pointer)
static void log_glGetVertexAttribdvARB (GLuint index, GLenum pname, GLdouble *params)
static void log_glGetVertexAttribfvARB (GLuint index, GLenum pname, GLfloat *params)
static void log_glGetVertexAttribivARB (GLuint index, GLenum pname, GLint *params)
static GLboolean log_glIsProgramARB (GLuint program)
static void log_glProgramEnvParameter4dARB (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glProgramEnvParameter4dvARB (GLenum target, GLuint index, const GLdouble *params)
static void log_glProgramEnvParameter4fARB (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glProgramEnvParameter4fvARB (GLenum target, GLuint index, const GLfloat *params)
static void log_glProgramLocalParameter4dARB (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glProgramLocalParameter4dvARB (GLenum target, GLuint index, const GLdouble *params)
static void log_glProgramLocalParameter4fARB (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glProgramLocalParameter4fvARB (GLenum target, GLuint index, const GLfloat *params)
static void log_glProgramStringARB (GLenum target, GLenum format, GLsizei len, const GLvoid *string)
static void log_glVertexAttrib1dARB (GLuint index, GLdouble x)
static void log_glVertexAttrib1dvARB (GLuint index, const GLdouble *v)
static void log_glVertexAttrib1fARB (GLuint index, GLfloat x)
static void log_glVertexAttrib1fvARB (GLuint index, const GLfloat *v)
static void log_glVertexAttrib1sARB (GLuint index, GLshort x)
static void log_glVertexAttrib1svARB (GLuint index, const GLshort *v)
static void log_glVertexAttrib2dARB (GLuint index, GLdouble x, GLdouble y)
static void log_glVertexAttrib2dvARB (GLuint index, const GLdouble *v)
static void log_glVertexAttrib2fARB (GLuint index, GLfloat x, GLfloat y)
static void log_glVertexAttrib2fvARB (GLuint index, const GLfloat *v)
static void log_glVertexAttrib2sARB (GLuint index, GLshort x, GLshort y)
static void log_glVertexAttrib2svARB (GLuint index, const GLshort *v)
static void log_glVertexAttrib3dARB (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void log_glVertexAttrib3dvARB (GLuint index, const GLdouble *v)
static void log_glVertexAttrib3fARB (GLuint index, GLfloat x, GLfloat y, GLfloat z)
static void log_glVertexAttrib3fvARB (GLuint index, const GLfloat *v)
static void log_glVertexAttrib3sARB (GLuint index, GLshort x, GLshort y, GLshort z)
static void log_glVertexAttrib3svARB (GLuint index, const GLshort *v)
static void log_glVertexAttrib4NbvARB (GLuint index, const GLbyte *v)
static void log_glVertexAttrib4NivARB (GLuint index, const GLint *v)
static void log_glVertexAttrib4NsvARB (GLuint index, const GLshort *v)
static void log_glVertexAttrib4NubARB (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
static void log_glVertexAttrib4NubvARB (GLuint index, const GLubyte *v)
static void log_glVertexAttrib4NuivARB (GLuint index, const GLuint *v)
static void log_glVertexAttrib4NusvARB (GLuint index, const GLushort *v)
static void log_glVertexAttrib4bvARB (GLuint index, const GLbyte *v)
static void log_glVertexAttrib4dARB (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glVertexAttrib4dvARB (GLuint index, const GLdouble *v)
static void log_glVertexAttrib4fARB (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glVertexAttrib4fvARB (GLuint index, const GLfloat *v)
static void log_glVertexAttrib4ivARB (GLuint index, const GLint *v)
static void log_glVertexAttrib4sARB (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
static void log_glVertexAttrib4svARB (GLuint index, const GLshort *v)
static void log_glVertexAttrib4ubvARB (GLuint index, const GLubyte *v)
static void log_glVertexAttrib4uivARB (GLuint index, const GLuint *v)
static void log_glVertexAttrib4usvARB (GLuint index, const GLushort *v)
static void log_glVertexAttribPointerARB (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer)
static void log_glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB *name)
static void log_glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei *length, GLint *size, GLenum *type, GLcharARB *name)
static GLint log_glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name)
static void log_glColorP3ui (GLenum type, GLuint color)
static void log_glColorP3uiv (GLenum type, const GLuint *color)
static void log_glColorP4ui (GLenum type, GLuint color)
static void log_glColorP4uiv (GLenum type, const GLuint *color)
static void log_glMultiTexCoordP1ui (GLenum texture, GLenum type, GLuint coords)
static void log_glMultiTexCoordP1uiv (GLenum texture, GLenum type, const GLuint *coords)
static void log_glMultiTexCoordP2ui (GLenum texture, GLenum type, GLuint coords)
static void log_glMultiTexCoordP2uiv (GLenum texture, GLenum type, const GLuint *coords)
static void log_glMultiTexCoordP3ui (GLenum texture, GLenum type, GLuint coords)
static void log_glMultiTexCoordP3uiv (GLenum texture, GLenum type, const GLuint *coords)
static void log_glMultiTexCoordP4ui (GLenum texture, GLenum type, GLuint coords)
static void log_glMultiTexCoordP4uiv (GLenum texture, GLenum type, const GLuint *coords)
static void log_glNormalP3ui (GLenum type, GLuint coords)
static void log_glNormalP3uiv (GLenum type, const GLuint *coords)
static void log_glSecondaryColorP3ui (GLenum type, GLuint color)
static void log_glSecondaryColorP3uiv (GLenum type, const GLuint *color)
static void log_glTexCoordP1ui (GLenum type, GLuint coords)
static void log_glTexCoordP1uiv (GLenum type, const GLuint *coords)
static void log_glTexCoordP2ui (GLenum type, GLuint coords)
static void log_glTexCoordP2uiv (GLenum type, const GLuint *coords)
static void log_glTexCoordP3ui (GLenum type, GLuint coords)
static void log_glTexCoordP3uiv (GLenum type, const GLuint *coords)
static void log_glTexCoordP4ui (GLenum type, GLuint coords)
static void log_glTexCoordP4uiv (GLenum type, const GLuint *coords)
static void log_glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
static void log_glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
static void log_glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
static void log_glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
static void log_glVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
static void log_glVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
static void log_glVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
static void log_glVertexAttribP4uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint *value)
static void log_glVertexP2ui (GLenum type, GLuint coords)
static void log_glVertexP2uiv (GLenum type, const GLuint *coords)
static void log_glVertexP3ui (GLenum type, GLuint coords)
static void log_glVertexP3uiv (GLenum type, const GLuint *coords)
static void log_glVertexP4ui (GLenum type, GLuint coords)
static void log_glVertexP4uiv (GLenum type, const GLuint *coords)
static void log_glDepthRangeArrayv (GLuint first, GLsizei count, const GLclampd *v)
static void log_glDepthRangeIndexed (GLuint index, GLclampd n, GLclampd f)
static void log_glGetDoublei_v (GLenum target, GLuint index, GLdouble *v)
static void log_glGetFloati_v (GLenum target, GLuint index, GLfloat *v)
static void log_glScissorArrayv (GLuint first, GLsizei count, const GLint *v)
static void log_glScissorIndexed (GLuint index, GLint left, GLint bottom, GLint width, GLint height)
static void log_glScissorIndexedv (GLuint index, const GLint *v)
static void log_glViewportArrayv (GLuint first, GLsizei count, const GLfloat *v)
static void log_glViewportIndexedf (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h)
static void log_glViewportIndexedfv (GLuint index, const GLfloat *v)
static void log_glWindowPos2dARB (GLdouble x, GLdouble y)
static void log_glWindowPos2dvARB (const GLdouble *p)
static void log_glWindowPos2fARB (GLfloat x, GLfloat y)
static void log_glWindowPos2fvARB (const GLfloat *p)
static void log_glWindowPos2iARB (GLint x, GLint y)
static void log_glWindowPos2ivARB (const GLint *p)
static void log_glWindowPos2sARB (GLshort x, GLshort y)
static void log_glWindowPos2svARB (const GLshort *p)
static void log_glWindowPos3dARB (GLdouble x, GLdouble y, GLdouble z)
static void log_glWindowPos3dvARB (const GLdouble *p)
static void log_glWindowPos3fARB (GLfloat x, GLfloat y, GLfloat z)
static void log_glWindowPos3fvARB (const GLfloat *p)
static void log_glWindowPos3iARB (GLint x, GLint y, GLint z)
static void log_glWindowPos3ivARB (const GLint *p)
static void log_glWindowPos3sARB (GLshort x, GLshort y, GLshort z)
static void log_glWindowPos3svARB (const GLshort *p)
static void log_glDrawBuffersATI (GLsizei n, const GLenum *bufs)
static void log_glDrawElementArrayATI (GLenum mode, GLsizei count)
static void log_glDrawRangeElementArrayATI (GLenum mode, GLuint start, GLuint end, GLsizei count)
static void log_glElementPointerATI (GLenum type, const GLvoid *pointer)
static void log_glGetTexBumpParameterfvATI (GLenum pname, GLfloat *param)
static void log_glGetTexBumpParameterivATI (GLenum pname, GLint *param)
static void log_glTexBumpParameterfvATI (GLenum pname, const GLfloat *param)
static void log_glTexBumpParameterivATI (GLenum pname, const GLint *param)
static void log_glAlphaFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
static void log_glAlphaFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
static void log_glAlphaFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
static void log_glBeginFragmentShaderATI (void)
static void log_glBindFragmentShaderATI (GLuint id)
static void log_glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
static void log_glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
static void log_glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
static void log_glDeleteFragmentShaderATI (GLuint id)
static void log_glEndFragmentShaderATI (void)
static GLuint log_glGenFragmentShadersATI (GLuint range)
static void log_glPassTexCoordATI (GLuint dst, GLuint coord, GLenum swizzle)
static void log_glSampleMapATI (GLuint dst, GLuint interp, GLenum swizzle)
static void log_glSetFragmentShaderConstantATI (GLuint dst, const GLfloat *value)
static GLvoidlog_glMapObjectBufferATI (GLuint buffer)
static void log_glUnmapObjectBufferATI (GLuint buffer)
static void log_glPNTrianglesfATI (GLenum pname, GLfloat param)
static void log_glPNTrianglesiATI (GLenum pname, GLint param)
static void log_glStencilFuncSeparateATI (GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask)
static void log_glStencilOpSeparateATI (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
static void log_glArrayObjectATI (GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset)
static void log_glFreeObjectBufferATI (GLuint buffer)
static void log_glGetArrayObjectfvATI (GLenum array, GLenum pname, GLfloat *params)
static void log_glGetArrayObjectivATI (GLenum array, GLenum pname, GLint *params)
static void log_glGetObjectBufferfvATI (GLuint buffer, GLenum pname, GLfloat *params)
static void log_glGetObjectBufferivATI (GLuint buffer, GLenum pname, GLint *params)
static void log_glGetVariantArrayObjectfvATI (GLuint id, GLenum pname, GLfloat *params)
static void log_glGetVariantArrayObjectivATI (GLuint id, GLenum pname, GLint *params)
static GLboolean log_glIsObjectBufferATI (GLuint buffer)
static GLuint log_glNewObjectBufferATI (GLsizei size, const GLvoid *pointer, GLenum usage)
static void log_glUpdateObjectBufferATI (GLuint buffer, GLuint offset, GLsizei size, const GLvoid *pointer, GLenum preserve)
static void log_glVariantArrayObjectATI (GLuint id, GLenum type, GLsizei stride, GLuint buffer, GLuint offset)
static void log_glGetVertexAttribArrayObjectfvATI (GLuint index, GLenum pname, GLfloat *params)
static void log_glGetVertexAttribArrayObjectivATI (GLuint index, GLenum pname, GLint *params)
static void log_glVertexAttribArrayObjectATI (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint buffer, GLuint offset)
static void log_glClientActiveVertexStreamATI (GLenum stream)
static void log_glNormalStream3bATI (GLenum stream, GLbyte x, GLbyte y, GLbyte z)
static void log_glNormalStream3bvATI (GLenum stream, const GLbyte *coords)
static void log_glNormalStream3dATI (GLenum stream, GLdouble x, GLdouble y, GLdouble z)
static void log_glNormalStream3dvATI (GLenum stream, const GLdouble *coords)
static void log_glNormalStream3fATI (GLenum stream, GLfloat x, GLfloat y, GLfloat z)
static void log_glNormalStream3fvATI (GLenum stream, const GLfloat *coords)
static void log_glNormalStream3iATI (GLenum stream, GLint x, GLint y, GLint z)
static void log_glNormalStream3ivATI (GLenum stream, const GLint *coords)
static void log_glNormalStream3sATI (GLenum stream, GLshort x, GLshort y, GLshort z)
static void log_glNormalStream3svATI (GLenum stream, const GLshort *coords)
static void log_glVertexBlendEnvfATI (GLenum pname, GLfloat param)
static void log_glVertexBlendEnviATI (GLenum pname, GLint param)
static void log_glVertexStream1dATI (GLenum stream, GLdouble x)
static void log_glVertexStream1dvATI (GLenum stream, const GLdouble *coords)
static void log_glVertexStream1fATI (GLenum stream, GLfloat x)
static void log_glVertexStream1fvATI (GLenum stream, const GLfloat *coords)
static void log_glVertexStream1iATI (GLenum stream, GLint x)
static void log_glVertexStream1ivATI (GLenum stream, const GLint *coords)
static void log_glVertexStream1sATI (GLenum stream, GLshort x)
static void log_glVertexStream1svATI (GLenum stream, const GLshort *coords)
static void log_glVertexStream2dATI (GLenum stream, GLdouble x, GLdouble y)
static void log_glVertexStream2dvATI (GLenum stream, const GLdouble *coords)
static void log_glVertexStream2fATI (GLenum stream, GLfloat x, GLfloat y)
static void log_glVertexStream2fvATI (GLenum stream, const GLfloat *coords)
static void log_glVertexStream2iATI (GLenum stream, GLint x, GLint y)
static void log_glVertexStream2ivATI (GLenum stream, const GLint *coords)
static void log_glVertexStream2sATI (GLenum stream, GLshort x, GLshort y)
static void log_glVertexStream2svATI (GLenum stream, const GLshort *coords)
static void log_glVertexStream3dATI (GLenum stream, GLdouble x, GLdouble y, GLdouble z)
static void log_glVertexStream3dvATI (GLenum stream, const GLdouble *coords)
static void log_glVertexStream3fATI (GLenum stream, GLfloat x, GLfloat y, GLfloat z)
static void log_glVertexStream3fvATI (GLenum stream, const GLfloat *coords)
static void log_glVertexStream3iATI (GLenum stream, GLint x, GLint y, GLint z)
static void log_glVertexStream3ivATI (GLenum stream, const GLint *coords)
static void log_glVertexStream3sATI (GLenum stream, GLshort x, GLshort y, GLshort z)
static void log_glVertexStream3svATI (GLenum stream, const GLshort *coords)
static void log_glVertexStream4dATI (GLenum stream, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glVertexStream4dvATI (GLenum stream, const GLdouble *coords)
static void log_glVertexStream4fATI (GLenum stream, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glVertexStream4fvATI (GLenum stream, const GLfloat *coords)
static void log_glVertexStream4iATI (GLenum stream, GLint x, GLint y, GLint z, GLint w)
static void log_glVertexStream4ivATI (GLenum stream, const GLint *coords)
static void log_glVertexStream4sATI (GLenum stream, GLshort x, GLshort y, GLshort z, GLshort w)
static void log_glVertexStream4svATI (GLenum stream, const GLshort *coords)
static GLint log_glGetUniformBufferSizeEXT (GLuint program, GLint location)
static GLintptr log_glGetUniformOffsetEXT (GLuint program, GLint location)
static void log_glUniformBufferEXT (GLuint program, GLint location, GLuint buffer)
static void log_glBlendColorEXT (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
static void log_glBlendEquationSeparateEXT (GLenum modeRGB, GLenum modeAlpha)
static void log_glBlendFuncSeparateEXT (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
static void log_glBlendEquationEXT (GLenum mode)
static void log_glColorSubTableEXT (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *table)
static void log_glCopyColorSubTableEXT (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width)
static void log_glLockArraysEXT (GLint first, GLsizei count)
static void log_glUnlockArraysEXT (void)
static void log_glConvolutionFilter1DEXT (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
static void log_glConvolutionFilter2DEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image)
static void log_glConvolutionParameterfEXT (GLenum target, GLenum pname, GLfloat param)
static void log_glConvolutionParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params)
static void log_glConvolutionParameteriEXT (GLenum target, GLenum pname, GLint param)
static void log_glConvolutionParameterivEXT (GLenum target, GLenum pname, const GLint *params)
static void log_glCopyConvolutionFilter1DEXT (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
static void log_glCopyConvolutionFilter2DEXT (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glGetConvolutionFilterEXT (GLenum target, GLenum format, GLenum type, GLvoid *image)
static void log_glGetConvolutionParameterfvEXT (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetConvolutionParameterivEXT (GLenum target, GLenum pname, GLint *params)
static void log_glGetSeparableFilterEXT (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span)
static void log_glSeparableFilter2DEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column)
static void log_glBinormal3bEXT (GLbyte bx, GLbyte by, GLbyte bz)
static void log_glBinormal3bvEXT (const GLbyte *v)
static void log_glBinormal3dEXT (GLdouble bx, GLdouble by, GLdouble bz)
static void log_glBinormal3dvEXT (const GLdouble *v)
static void log_glBinormal3fEXT (GLfloat bx, GLfloat by, GLfloat bz)
static void log_glBinormal3fvEXT (const GLfloat *v)
static void log_glBinormal3iEXT (GLint bx, GLint by, GLint bz)
static void log_glBinormal3ivEXT (const GLint *v)
static void log_glBinormal3sEXT (GLshort bx, GLshort by, GLshort bz)
static void log_glBinormal3svEXT (const GLshort *v)
static void log_glBinormalPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glTangent3bEXT (GLbyte tx, GLbyte ty, GLbyte tz)
static void log_glTangent3bvEXT (const GLbyte *v)
static void log_glTangent3dEXT (GLdouble tx, GLdouble ty, GLdouble tz)
static void log_glTangent3dvEXT (const GLdouble *v)
static void log_glTangent3fEXT (GLfloat tx, GLfloat ty, GLfloat tz)
static void log_glTangent3fvEXT (const GLfloat *v)
static void log_glTangent3iEXT (GLint tx, GLint ty, GLint tz)
static void log_glTangent3ivEXT (const GLint *v)
static void log_glTangent3sEXT (GLshort tx, GLshort ty, GLshort tz)
static void log_glTangent3svEXT (const GLshort *v)
static void log_glTangentPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glCopyTexImage1DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
static void log_glCopyTexImage2DEXT (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
static void log_glCopyTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
static void log_glCopyTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glCopyTexSubImage3DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glCullParameterdvEXT (GLenum pname, GLdouble *params)
static void log_glCullParameterfvEXT (GLenum pname, GLfloat *params)
static void log_glGetObjectLabelEXT (GLenum type, GLuint object, GLsizei bufSize, GLsizei *length, GLchar *label)
static void log_glLabelObjectEXT (GLenum type, GLuint object, GLsizei length, const GLchar *label)
static void log_glInsertEventMarkerEXT (GLsizei length, const GLchar *marker)
static void log_glPopGroupMarkerEXT (void)
static void log_glPushGroupMarkerEXT (GLsizei length, const GLchar *marker)
static void log_glDepthBoundsEXT (GLclampd zmin, GLclampd zmax)
static void log_glBindMultiTextureEXT (GLenum texunit, GLenum target, GLuint texture)
static GLenum log_glCheckNamedFramebufferStatusEXT (GLuint framebuffer, GLenum target)
static void log_glClientAttribDefaultEXT (GLbitfield mask)
static void log_glCompressedMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits)
static void log_glCompressedMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits)
static void log_glCompressedMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *bits)
static void log_glCompressedTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *bits)
static void log_glCompressedTextureImage3DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *bits)
static void log_glCompressedTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *bits)
static void log_glCompressedTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *bits)
static void log_glCompressedTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *bits)
static void log_glCopyMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
static void log_glCopyMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
static void log_glCopyMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
static void log_glCopyMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glCopyMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glCopyTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
static void log_glCopyTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
static void log_glCopyTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
static void log_glCopyTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glCopyTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glDisableClientStateIndexedEXT (GLenum array, GLuint index)
static void log_glDisableClientStateiEXT (GLenum array, GLuint index)
static void log_glDisableVertexArrayAttribEXT (GLuint vaobj, GLenum array)
static void log_glDisableVertexArrayEXT (GLuint vaobj, GLenum array)
static void log_glEnableClientStateIndexedEXT (GLenum array, GLuint index)
static void log_glEnableClientStateiEXT (GLenum array, GLuint index)
static void log_glEnableVertexArrayAttribEXT (GLuint vaobj, GLenum array)
static void log_glEnableVertexArrayEXT (GLuint vaobj, GLenum array)
static void log_glFlushMappedNamedBufferRangeEXT (GLuint buffer, GLintptr offset, GLsizeiptr length)
static void log_glFramebufferDrawBufferEXT (GLuint framebuffer, GLenum mode)
static void log_glFramebufferDrawBuffersEXT (GLuint framebuffer, GLsizei n, const GLenum *bufs)
static void log_glFramebufferReadBufferEXT (GLuint framebuffer, GLenum mode)
static void log_glGenerateMultiTexMipmapEXT (GLenum texunit, GLenum target)
static void log_glGenerateTextureMipmapEXT (GLuint texture, GLenum target)
static void log_glGetCompressedMultiTexImageEXT (GLenum texunit, GLenum target, GLint lod, GLvoid *img)
static void log_glGetCompressedTextureImageEXT (GLuint texture, GLenum target, GLint lod, GLvoid *img)
static void log_glGetDoubleIndexedvEXT (GLenum target, GLuint index, GLdouble *data)
static void log_glGetDoublei_vEXT (GLenum target, GLuint index, GLdouble *data)
static void log_glGetFloatIndexedvEXT (GLenum target, GLuint index, GLfloat *data)
static void log_glGetFloati_vEXT (GLenum target, GLuint index, GLfloat *data)
static void log_glGetFramebufferParameterivEXT (GLuint framebuffer, GLenum pname, GLint *params)
static void log_glGetMultiTexEnvfvEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat *params)
static void log_glGetMultiTexEnvivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params)
static void log_glGetMultiTexGendvEXT (GLenum texunit, GLenum coord, GLenum pname, GLdouble *params)
static void log_glGetMultiTexGenfvEXT (GLenum texunit, GLenum coord, GLenum pname, GLfloat *params)
static void log_glGetMultiTexGenivEXT (GLenum texunit, GLenum coord, GLenum pname, GLint *params)
static void log_glGetMultiTexImageEXT (GLenum texunit, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
static void log_glGetMultiTexLevelParameterfvEXT (GLenum texunit, GLenum target, GLint level, GLenum pname, GLfloat *params)
static void log_glGetMultiTexLevelParameterivEXT (GLenum texunit, GLenum target, GLint level, GLenum pname, GLint *params)
static void log_glGetMultiTexParameterIivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params)
static void log_glGetMultiTexParameterIuivEXT (GLenum texunit, GLenum target, GLenum pname, GLuint *params)
static void log_glGetMultiTexParameterfvEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat *params)
static void log_glGetMultiTexParameterivEXT (GLenum texunit, GLenum target, GLenum pname, GLint *params)
static void log_glGetNamedBufferParameterivEXT (GLuint buffer, GLenum pname, GLint *params)
static void log_glGetNamedBufferPointervEXT (GLuint buffer, GLenum pname, GLvoid **params)
static void log_glGetNamedBufferSubDataEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, GLvoid *data)
static void log_glGetNamedFramebufferAttachmentParameterivEXT (GLuint framebuffer, GLenum attachment, GLenum pname, GLint *params)
static void log_glGetNamedProgramLocalParameterIivEXT (GLuint program, GLenum target, GLuint index, GLint *params)
static void log_glGetNamedProgramLocalParameterIuivEXT (GLuint program, GLenum target, GLuint index, GLuint *params)
static void log_glGetNamedProgramLocalParameterdvEXT (GLuint program, GLenum target, GLuint index, GLdouble *params)
static void log_glGetNamedProgramLocalParameterfvEXT (GLuint program, GLenum target, GLuint index, GLfloat *params)
static void log_glGetNamedProgramStringEXT (GLuint program, GLenum target, GLenum pname, GLvoid *string)
static void log_glGetNamedProgramivEXT (GLuint program, GLenum target, GLenum pname, GLint *params)
static void log_glGetNamedRenderbufferParameterivEXT (GLuint renderbuffer, GLenum pname, GLint *params)
static void log_glGetPointerIndexedvEXT (GLenum target, GLuint index, GLvoid **data)
static void log_glGetPointeri_vEXT (GLenum pname, GLuint index, GLvoid **params)
static void log_glGetTextureImageEXT (GLuint texture, GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels)
static void log_glGetTextureLevelParameterfvEXT (GLuint texture, GLenum target, GLint level, GLenum pname, GLfloat *params)
static void log_glGetTextureLevelParameterivEXT (GLuint texture, GLenum target, GLint level, GLenum pname, GLint *params)
static void log_glGetTextureParameterIivEXT (GLuint texture, GLenum target, GLenum pname, GLint *params)
static void log_glGetTextureParameterIuivEXT (GLuint texture, GLenum target, GLenum pname, GLuint *params)
static void log_glGetTextureParameterfvEXT (GLuint texture, GLenum target, GLenum pname, GLfloat *params)
static void log_glGetTextureParameterivEXT (GLuint texture, GLenum target, GLenum pname, GLint *params)
static void log_glGetVertexArrayIntegeri_vEXT (GLuint vaobj, GLuint index, GLenum pname, GLint *param)
static void log_glGetVertexArrayIntegervEXT (GLuint vaobj, GLenum pname, GLint *param)
static void log_glGetVertexArrayPointeri_vEXT (GLuint vaobj, GLuint index, GLenum pname, GLvoid **param)
static void log_glGetVertexArrayPointervEXT (GLuint vaobj, GLenum pname, GLvoid **param)
static GLvoidlog_glMapNamedBufferEXT (GLuint buffer, GLenum access)
static GLvoidlog_glMapNamedBufferRangeEXT (GLuint buffer, GLintptr offset, GLsizeiptr length, GLbitfield access)
static void log_glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
static void log_glMatrixLoadIdentityEXT (GLenum mode)
static void log_glMatrixLoadTransposedEXT (GLenum mode, const GLdouble *m)
static void log_glMatrixLoadTransposefEXT (GLenum mode, const GLfloat *m)
static void log_glMatrixLoaddEXT (GLenum mode, const GLdouble *m)
static void log_glMatrixLoadfEXT (GLenum mode, const GLfloat *m)
static void log_glMatrixMultTransposedEXT (GLenum mode, const GLdouble *m)
static void log_glMatrixMultTransposefEXT (GLenum mode, const GLfloat *m)
static void log_glMatrixMultdEXT (GLenum mode, const GLdouble *m)
static void log_glMatrixMultfEXT (GLenum mode, const GLfloat *m)
static void log_glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
static void log_glMatrixPopEXT (GLenum mode)
static void log_glMatrixPushEXT (GLenum mode)
static void log_glMatrixRotatedEXT (GLenum mode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z)
static void log_glMatrixRotatefEXT (GLenum mode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z)
static void log_glMatrixScaledEXT (GLenum mode, GLdouble x, GLdouble y, GLdouble z)
static void log_glMatrixScalefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
static void log_glMatrixTranslatedEXT (GLenum mode, GLdouble x, GLdouble y, GLdouble z)
static void log_glMatrixTranslatefEXT (GLenum mode, GLfloat x, GLfloat y, GLfloat z)
static void log_glMultiTexBufferEXT (GLenum texunit, GLenum target, GLenum internalformat, GLuint buffer)
static void log_glMultiTexCoordPointerEXT (GLenum texunit, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glMultiTexEnvfEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat param)
static void log_glMultiTexEnvfvEXT (GLenum texunit, GLenum target, GLenum pname, const GLfloat *params)
static void log_glMultiTexEnviEXT (GLenum texunit, GLenum target, GLenum pname, GLint param)
static void log_glMultiTexEnvivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *params)
static void log_glMultiTexGendEXT (GLenum texunit, GLenum coord, GLenum pname, GLdouble param)
static void log_glMultiTexGendvEXT (GLenum texunit, GLenum coord, GLenum pname, const GLdouble *params)
static void log_glMultiTexGenfEXT (GLenum texunit, GLenum coord, GLenum pname, GLfloat param)
static void log_glMultiTexGenfvEXT (GLenum texunit, GLenum coord, GLenum pname, const GLfloat *params)
static void log_glMultiTexGeniEXT (GLenum texunit, GLenum coord, GLenum pname, GLint param)
static void log_glMultiTexGenivEXT (GLenum texunit, GLenum coord, GLenum pname, const GLint *params)
static void log_glMultiTexImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glMultiTexImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glMultiTexImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glMultiTexParameterIivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *params)
static void log_glMultiTexParameterIuivEXT (GLenum texunit, GLenum target, GLenum pname, const GLuint *params)
static void log_glMultiTexParameterfEXT (GLenum texunit, GLenum target, GLenum pname, GLfloat param)
static void log_glMultiTexParameterfvEXT (GLenum texunit, GLenum target, GLenum pname, const GLfloat *param)
static void log_glMultiTexParameteriEXT (GLenum texunit, GLenum target, GLenum pname, GLint param)
static void log_glMultiTexParameterivEXT (GLenum texunit, GLenum target, GLenum pname, const GLint *param)
static void log_glMultiTexRenderbufferEXT (GLenum texunit, GLenum target, GLuint renderbuffer)
static void log_glMultiTexSubImage1DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glMultiTexSubImage2DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glMultiTexSubImage3DEXT (GLenum texunit, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glNamedBufferDataEXT (GLuint buffer, GLsizeiptr size, const GLvoid *data, GLenum usage)
static void log_glNamedBufferSubDataEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, const GLvoid *data)
static void log_glNamedCopyBufferSubDataEXT (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
static void log_glNamedFramebufferRenderbufferEXT (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
static void log_glNamedFramebufferTexture1DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void log_glNamedFramebufferTexture2DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void log_glNamedFramebufferTexture3DEXT (GLuint framebuffer, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
static void log_glNamedFramebufferTextureEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level)
static void log_glNamedFramebufferTextureFaceEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void log_glNamedFramebufferTextureLayerEXT (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void log_glNamedProgramLocalParameter4dEXT (GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glNamedProgramLocalParameter4dvEXT (GLuint program, GLenum target, GLuint index, const GLdouble *params)
static void log_glNamedProgramLocalParameter4fEXT (GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glNamedProgramLocalParameter4fvEXT (GLuint program, GLenum target, GLuint index, const GLfloat *params)
static void log_glNamedProgramLocalParameterI4iEXT (GLuint program, GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
static void log_glNamedProgramLocalParameterI4ivEXT (GLuint program, GLenum target, GLuint index, const GLint *params)
static void log_glNamedProgramLocalParameterI4uiEXT (GLuint program, GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void log_glNamedProgramLocalParameterI4uivEXT (GLuint program, GLenum target, GLuint index, const GLuint *params)
static void log_glNamedProgramLocalParameters4fvEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params)
static void log_glNamedProgramLocalParametersI4ivEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLint *params)
static void log_glNamedProgramLocalParametersI4uivEXT (GLuint program, GLenum target, GLuint index, GLsizei count, const GLuint *params)
static void log_glNamedProgramStringEXT (GLuint program, GLenum target, GLenum format, GLsizei len, const GLvoid *string)
static void log_glNamedRenderbufferStorageEXT (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glNamedRenderbufferStorageMultisampleCoverageEXT (GLuint renderbuffer, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glNamedRenderbufferStorageMultisampleEXT (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glProgramUniform1dEXT (GLuint program, GLint location, GLdouble x)
static void log_glProgramUniform1dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void log_glProgramUniform1fEXT (GLuint program, GLint location, GLfloat v0)
static void log_glProgramUniform1fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void log_glProgramUniform1iEXT (GLuint program, GLint location, GLint v0)
static void log_glProgramUniform1ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value)
static void log_glProgramUniform1uiEXT (GLuint program, GLint location, GLuint v0)
static void log_glProgramUniform1uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void log_glProgramUniform2dEXT (GLuint program, GLint location, GLdouble x, GLdouble y)
static void log_glProgramUniform2dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void log_glProgramUniform2fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1)
static void log_glProgramUniform2fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void log_glProgramUniform2iEXT (GLuint program, GLint location, GLint v0, GLint v1)
static void log_glProgramUniform2ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value)
static void log_glProgramUniform2uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1)
static void log_glProgramUniform2uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void log_glProgramUniform3dEXT (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z)
static void log_glProgramUniform3dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void log_glProgramUniform3fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
static void log_glProgramUniform3fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void log_glProgramUniform3iEXT (GLuint program, GLint location, GLint v0, GLint v1, GLint v2)
static void log_glProgramUniform3ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value)
static void log_glProgramUniform3uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2)
static void log_glProgramUniform3uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void log_glProgramUniform4dEXT (GLuint program, GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glProgramUniform4dvEXT (GLuint program, GLint location, GLsizei count, const GLdouble *value)
static void log_glProgramUniform4fEXT (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
static void log_glProgramUniform4fvEXT (GLuint program, GLint location, GLsizei count, const GLfloat *value)
static void log_glProgramUniform4iEXT (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
static void log_glProgramUniform4ivEXT (GLuint program, GLint location, GLsizei count, const GLint *value)
static void log_glProgramUniform4uiEXT (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
static void log_glProgramUniform4uivEXT (GLuint program, GLint location, GLsizei count, const GLuint *value)
static void log_glProgramUniformMatrix2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix2x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix2x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix2x4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix2x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix3x2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix3x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix3x4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix3x4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix4dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix4fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix4x2dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix4x2fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glProgramUniformMatrix4x3dvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)
static void log_glProgramUniformMatrix4x3fvEXT (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)
static void log_glPushClientAttribDefaultEXT (GLbitfield mask)
static void log_glTextureBufferEXT (GLuint texture, GLenum target, GLenum internalformat, GLuint buffer)
static void log_glTextureImage1DEXT (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTextureImage2DEXT (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTextureImage3DEXT (GLuint texture, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTextureParameterIivEXT (GLuint texture, GLenum target, GLenum pname, const GLint *params)
static void log_glTextureParameterIuivEXT (GLuint texture, GLenum target, GLenum pname, const GLuint *params)
static void log_glTextureParameterfEXT (GLuint texture, GLenum target, GLenum pname, GLfloat param)
static void log_glTextureParameterfvEXT (GLuint texture, GLenum target, GLenum pname, const GLfloat *param)
static void log_glTextureParameteriEXT (GLuint texture, GLenum target, GLenum pname, GLint param)
static void log_glTextureParameterivEXT (GLuint texture, GLenum target, GLenum pname, const GLint *param)
static void log_glTextureRenderbufferEXT (GLuint texture, GLenum target, GLuint renderbuffer)
static void log_glTextureSubImage1DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static GLboolean log_glUnmapNamedBufferEXT (GLuint buffer)
static void log_glVertexArrayColorOffsetEXT (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayEdgeFlagOffsetEXT (GLuint vaobj, GLuint buffer, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayFogCoordOffsetEXT (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayIndexOffsetEXT (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayMultiTexCoordOffsetEXT (GLuint vaobj, GLuint buffer, GLenum texunit, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayNormalOffsetEXT (GLuint vaobj, GLuint buffer, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glVertexArraySecondaryColorOffsetEXT (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayTexCoordOffsetEXT (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayVertexAttribIOffsetEXT (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayVertexAttribOffsetEXT (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLintptr offset)
static void log_glVertexArrayVertexOffsetEXT (GLuint vaobj, GLuint buffer, GLint size, GLenum type, GLsizei stride, const GLintptr offset)
static void log_glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments)
static void log_glGetQueryObjectivEXT (GLuint id, GLenum pname, GLint *params)
static void log_glQueryCounterEXT (GLuint id, GLenum target)
static void log_glColorMaskIndexedEXT (GLuint buf, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
static void log_glDisableIndexedEXT (GLenum target, GLuint index)
static void log_glEnableIndexedEXT (GLenum target, GLuint index)
static void log_glGetBooleanIndexedvEXT (GLenum value, GLuint index, GLboolean *data)
static void log_glGetIntegerIndexedvEXT (GLenum value, GLuint index, GLint *data)
static GLboolean log_glIsEnabledIndexedEXT (GLenum target, GLuint index)
static void log_glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsizei count, GLsizei primcount)
static void log_glDrawElementsInstancedEXT (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei primcount)
static void log_glDrawRangeElementsEXT (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices)
static void log_glFogCoordPointerEXT (GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glFogCoorddEXT (GLdouble coord)
static void log_glFogCoorddvEXT (const GLdouble *coord)
static void log_glFogCoordfEXT (GLfloat coord)
static void log_glFogCoordfvEXT (const GLfloat *coord)
static void log_glFragmentColorMaterialEXT (GLenum face, GLenum mode)
static void log_glFragmentLightModelfEXT (GLenum pname, GLfloat param)
static void log_glFragmentLightModelfvEXT (GLenum pname, GLfloat *params)
static void log_glFragmentLightModeliEXT (GLenum pname, GLint param)
static void log_glFragmentLightModelivEXT (GLenum pname, GLint *params)
static void log_glFragmentLightfEXT (GLenum light, GLenum pname, GLfloat param)
static void log_glFragmentLightfvEXT (GLenum light, GLenum pname, GLfloat *params)
static void log_glFragmentLightiEXT (GLenum light, GLenum pname, GLint param)
static void log_glFragmentLightivEXT (GLenum light, GLenum pname, GLint *params)
static void log_glFragmentMaterialfEXT (GLenum face, GLenum pname, const GLfloat param)
static void log_glFragmentMaterialfvEXT (GLenum face, GLenum pname, const GLfloat *params)
static void log_glFragmentMaterialiEXT (GLenum face, GLenum pname, const GLint param)
static void log_glFragmentMaterialivEXT (GLenum face, GLenum pname, const GLint *params)
static void log_glGetFragmentLightfvEXT (GLenum light, GLenum pname, GLfloat *params)
static void log_glGetFragmentLightivEXT (GLenum light, GLenum pname, GLint *params)
static void log_glGetFragmentMaterialfvEXT (GLenum face, GLenum pname, const GLfloat *params)
static void log_glGetFragmentMaterialivEXT (GLenum face, GLenum pname, const GLint *params)
static void log_glLightEnviEXT (GLenum pname, GLint param)
static void log_glBlitFramebufferEXT (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static void log_glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glBindFramebufferEXT (GLenum target, GLuint framebuffer)
static void log_glBindRenderbufferEXT (GLenum target, GLuint renderbuffer)
static GLenum log_glCheckFramebufferStatusEXT (GLenum target)
static void log_glDeleteFramebuffersEXT (GLsizei n, const GLuint *framebuffers)
static void log_glDeleteRenderbuffersEXT (GLsizei n, const GLuint *renderbuffers)
static void log_glFramebufferRenderbufferEXT (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
static void log_glFramebufferTexture1DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void log_glFramebufferTexture2DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void log_glFramebufferTexture3DEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
static void log_glGenFramebuffersEXT (GLsizei n, GLuint *framebuffers)
static void log_glGenRenderbuffersEXT (GLsizei n, GLuint *renderbuffers)
static void log_glGenerateMipmapEXT (GLenum target)
static void log_glGetFramebufferAttachmentParameterivEXT (GLenum target, GLenum attachment, GLenum pname, GLint *params)
static void log_glGetRenderbufferParameterivEXT (GLenum target, GLenum pname, GLint *params)
static GLboolean log_glIsFramebufferEXT (GLuint framebuffer)
static GLboolean log_glIsRenderbufferEXT (GLuint renderbuffer)
static void log_glRenderbufferStorageEXT (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint texture, GLint level)
static void log_glFramebufferTextureFaceEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
static void log_glProgramParameteriEXT (GLuint program, GLenum pname, GLint value)
static void log_glProgramEnvParameters4fvEXT (GLenum target, GLuint index, GLsizei count, const GLfloat *params)
static void log_glProgramLocalParameters4fvEXT (GLenum target, GLuint index, GLsizei count, const GLfloat *params)
static void log_glBindFragDataLocationEXT (GLuint program, GLuint color, const GLchar *name)
static GLint log_glGetFragDataLocationEXT (GLuint program, const GLchar *name)
static void log_glGetUniformuivEXT (GLuint program, GLint location, GLuint *params)
static void log_glGetVertexAttribIivEXT (GLuint index, GLenum pname, GLint *params)
static void log_glGetVertexAttribIuivEXT (GLuint index, GLenum pname, GLuint *params)
static void log_glUniform1uiEXT (GLint location, GLuint v0)
static void log_glUniform1uivEXT (GLint location, GLsizei count, const GLuint *value)
static void log_glUniform2uiEXT (GLint location, GLuint v0, GLuint v1)
static void log_glUniform2uivEXT (GLint location, GLsizei count, const GLuint *value)
static void log_glUniform3uiEXT (GLint location, GLuint v0, GLuint v1, GLuint v2)
static void log_glUniform3uivEXT (GLint location, GLsizei count, const GLuint *value)
static void log_glUniform4uiEXT (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
static void log_glUniform4uivEXT (GLint location, GLsizei count, const GLuint *value)
static void log_glVertexAttribI1iEXT (GLuint index, GLint x)
static void log_glVertexAttribI1ivEXT (GLuint index, const GLint *v)
static void log_glVertexAttribI1uiEXT (GLuint index, GLuint x)
static void log_glVertexAttribI1uivEXT (GLuint index, const GLuint *v)
static void log_glVertexAttribI2iEXT (GLuint index, GLint x, GLint y)
static void log_glVertexAttribI2ivEXT (GLuint index, const GLint *v)
static void log_glVertexAttribI2uiEXT (GLuint index, GLuint x, GLuint y)
static void log_glVertexAttribI2uivEXT (GLuint index, const GLuint *v)
static void log_glVertexAttribI3iEXT (GLuint index, GLint x, GLint y, GLint z)
static void log_glVertexAttribI3ivEXT (GLuint index, const GLint *v)
static void log_glVertexAttribI3uiEXT (GLuint index, GLuint x, GLuint y, GLuint z)
static void log_glVertexAttribI3uivEXT (GLuint index, const GLuint *v)
static void log_glVertexAttribI4bvEXT (GLuint index, const GLbyte *v)
static void log_glVertexAttribI4iEXT (GLuint index, GLint x, GLint y, GLint z, GLint w)
static void log_glVertexAttribI4ivEXT (GLuint index, const GLint *v)
static void log_glVertexAttribI4svEXT (GLuint index, const GLshort *v)
static void log_glVertexAttribI4ubvEXT (GLuint index, const GLubyte *v)
static void log_glVertexAttribI4uiEXT (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void log_glVertexAttribI4uivEXT (GLuint index, const GLuint *v)
static void log_glVertexAttribI4usvEXT (GLuint index, const GLushort *v)
static void log_glVertexAttribIPointerEXT (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glGetHistogramEXT (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
static void log_glGetHistogramParameterfvEXT (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetHistogramParameterivEXT (GLenum target, GLenum pname, GLint *params)
static void log_glGetMinmaxEXT (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values)
static void log_glGetMinmaxParameterfvEXT (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetMinmaxParameterivEXT (GLenum target, GLenum pname, GLint *params)
static void log_glHistogramEXT (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink)
static void log_glMinmaxEXT (GLenum target, GLenum internalformat, GLboolean sink)
static void log_glResetHistogramEXT (GLenum target)
static void log_glResetMinmaxEXT (GLenum target)
static void log_glIndexFuncEXT (GLenum func, GLfloat ref)
static void log_glIndexMaterialEXT (GLenum face, GLenum mode)
static void log_glApplyTextureEXT (GLenum mode)
static void log_glTextureLightEXT (GLenum pname)
static void log_glTextureMaterialEXT (GLenum face, GLenum mode)
static void log_glFlushMappedBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length)
static GLvoidlog_glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
static void log_glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count, GLsizei primcount)
static void log_glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, const GLvoid **indices, GLsizei primcount)
static void log_glSampleMaskEXT (GLclampf value, GLboolean invert)
static void log_glSamplePatternEXT (GLenum pattern)
static void log_glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
static void log_glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *indices)
static void log_glGetIntegeri_vEXT (GLenum target, GLuint index, GLint *data)
static void log_glReadBufferIndexedEXT (GLenum src, GLint index)
static void log_glBeginQueryEXT (GLenum target, GLuint id)
static void log_glDeleteQueriesEXT (GLsizei n, const GLuint *ids)
static void log_glEndQueryEXT (GLenum target)
static void log_glGenQueriesEXT (GLsizei n, GLuint *ids)
static void log_glGetQueryObjectuivEXT (GLuint id, GLenum pname, GLuint *params)
static void log_glGetQueryivEXT (GLenum target, GLenum pname, GLint *params)
static GLboolean log_glIsQueryEXT (GLuint id)
static void log_glColorTableEXT (GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
static void log_glGetColorTableEXT (GLenum target, GLenum format, GLenum type, GLvoid *data)
static void log_glGetColorTableParameterfvEXT (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetColorTableParameterivEXT (GLenum target, GLenum pname, GLint *params)
static void log_glGetPixelTransformParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params)
static void log_glGetPixelTransformParameterivEXT (GLenum target, GLenum pname, const GLint *params)
static void log_glPixelTransformParameterfEXT (GLenum target, GLenum pname, const GLfloat param)
static void log_glPixelTransformParameterfvEXT (GLenum target, GLenum pname, const GLfloat *params)
static void log_glPixelTransformParameteriEXT (GLenum target, GLenum pname, const GLint param)
static void log_glPixelTransformParameterivEXT (GLenum target, GLenum pname, const GLint *params)
static void log_glPointParameterfEXT (GLenum pname, GLfloat param)
static void log_glPointParameterfvEXT (GLenum pname, const GLfloat *params)
static void log_glPolygonOffsetEXT (GLfloat factor, GLfloat bias)
static void log_glProvokingVertexEXT (GLenum mode)
static void log_glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, GLfloat *params)
static void log_glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint *params)
static void log_glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, GLvoid *data)
static void log_glBeginSceneEXT (void)
static void log_glEndSceneEXT (void)
static void log_glSecondaryColor3bEXT (GLbyte red, GLbyte green, GLbyte blue)
static void log_glSecondaryColor3bvEXT (const GLbyte *v)
static void log_glSecondaryColor3dEXT (GLdouble red, GLdouble green, GLdouble blue)
static void log_glSecondaryColor3dvEXT (const GLdouble *v)
static void log_glSecondaryColor3fEXT (GLfloat red, GLfloat green, GLfloat blue)
static void log_glSecondaryColor3fvEXT (const GLfloat *v)
static void log_glSecondaryColor3iEXT (GLint red, GLint green, GLint blue)
static void log_glSecondaryColor3ivEXT (const GLint *v)
static void log_glSecondaryColor3sEXT (GLshort red, GLshort green, GLshort blue)
static void log_glSecondaryColor3svEXT (const GLshort *v)
static void log_glSecondaryColor3ubEXT (GLubyte red, GLubyte green, GLubyte blue)
static void log_glSecondaryColor3ubvEXT (const GLubyte *v)
static void log_glSecondaryColor3uiEXT (GLuint red, GLuint green, GLuint blue)
static void log_glSecondaryColor3uivEXT (const GLuint *v)
static void log_glSecondaryColor3usEXT (GLushort red, GLushort green, GLushort blue)
static void log_glSecondaryColor3usvEXT (const GLushort *v)
static void log_glSecondaryColorPointerEXT (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glActiveProgramEXT (GLuint program)
static GLuint log_glCreateShaderProgramEXT (GLenum type, const GLchar *string)
static void log_glUseShaderProgramEXT (GLenum type, GLuint program)
static void log_glBindImageTextureEXT (GLuint index, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLint format)
static void log_glMemoryBarrierEXT (GLbitfield barriers)
static void log_glStencilClearTagEXT (GLsizei stencilTagBits, GLuint stencilClearTag)
static void log_glActiveStencilFaceEXT (GLenum face)
static void log_glTexSubImage1DEXT (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexSubImage2DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexSubImage3DEXT (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexImage3DEXT (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glFramebufferTextureLayerEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
static void log_glTexBufferEXT (GLenum target, GLenum internalformat, GLuint buffer)
static void log_glClearColorIiEXT (GLint red, GLint green, GLint blue, GLint alpha)
static void log_glClearColorIuiEXT (GLuint red, GLuint green, GLuint blue, GLuint alpha)
static void log_glGetTexParameterIivEXT (GLenum target, GLenum pname, GLint *params)
static void log_glGetTexParameterIuivEXT (GLenum target, GLenum pname, GLuint *params)
static void log_glTexParameterIivEXT (GLenum target, GLenum pname, const GLint *params)
static void log_glTexParameterIuivEXT (GLenum target, GLenum pname, const GLuint *params)
static GLboolean log_glAreTexturesResidentEXT (GLsizei n, const GLuint *textures, GLboolean *residences)
static void log_glBindTextureEXT (GLenum target, GLuint texture)
static void log_glDeleteTexturesEXT (GLsizei n, const GLuint *textures)
static void log_glGenTexturesEXT (GLsizei n, GLuint *textures)
static GLboolean log_glIsTextureEXT (GLuint texture)
static void log_glPrioritizeTexturesEXT (GLsizei n, const GLuint *textures, const GLclampf *priorities)
static void log_glTextureNormalEXT (GLenum mode)
static void log_glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
static void log_glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
static void log_glGetQueryObjecti64vEXT (GLuint id, GLenum pname, GLint64EXT *params)
static void log_glGetQueryObjectui64vEXT (GLuint id, GLenum pname, GLuint64EXT *params)
static void log_glBeginTransformFeedbackEXT (GLenum primitiveMode)
static void log_glBindBufferBaseEXT (GLenum target, GLuint index, GLuint buffer)
static void log_glBindBufferOffsetEXT (GLenum target, GLuint index, GLuint buffer, GLintptr offset)
static void log_glBindBufferRangeEXT (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void log_glEndTransformFeedbackEXT (void)
static void log_glGetTransformFeedbackVaryingEXT (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
static void log_glTransformFeedbackVaryingsEXT (GLuint program, GLsizei count, const GLchar **varyings, GLenum bufferMode)
static void log_glArrayElementEXT (GLint i)
static void log_glColorPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void log_glDrawArraysEXT (GLenum mode, GLint first, GLsizei count)
static void log_glEdgeFlagPointerEXT (GLsizei stride, GLsizei count, const GLboolean *pointer)
static void log_glGetPointervEXT (GLenum pname, GLvoid **params)
static void log_glIndexPointerEXT (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void log_glNormalPointerEXT (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void log_glTexCoordPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void log_glVertexPointerEXT (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer)
static void log_glGetVertexAttribLdvEXT (GLuint index, GLenum pname, GLdouble *params)
static void log_glVertexArrayVertexAttribLOffsetEXT (GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
static void log_glVertexAttribL1dEXT (GLuint index, GLdouble x)
static void log_glVertexAttribL1dvEXT (GLuint index, const GLdouble *v)
static void log_glVertexAttribL2dEXT (GLuint index, GLdouble x, GLdouble y)
static void log_glVertexAttribL2dvEXT (GLuint index, const GLdouble *v)
static void log_glVertexAttribL3dEXT (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void log_glVertexAttribL3dvEXT (GLuint index, const GLdouble *v)
static void log_glVertexAttribL4dEXT (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glVertexAttribL4dvEXT (GLuint index, const GLdouble *v)
static void log_glVertexAttribLPointerEXT (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glBeginVertexShaderEXT (void)
static GLuint log_glBindLightParameterEXT (GLenum light, GLenum value)
static GLuint log_glBindMaterialParameterEXT (GLenum face, GLenum value)
static GLuint log_glBindParameterEXT (GLenum value)
static GLuint log_glBindTexGenParameterEXT (GLenum unit, GLenum coord, GLenum value)
static GLuint log_glBindTextureUnitParameterEXT (GLenum unit, GLenum value)
static void log_glBindVertexShaderEXT (GLuint id)
static void log_glDeleteVertexShaderEXT (GLuint id)
static void log_glDisableVariantClientStateEXT (GLuint id)
static void log_glEnableVariantClientStateEXT (GLuint id)
static void log_glEndVertexShaderEXT (void)
static void log_glExtractComponentEXT (GLuint res, GLuint src, GLuint num)
static GLuint log_glGenSymbolsEXT (GLenum datatype, GLenum storagetype, GLenum range, GLuint components)
static GLuint log_glGenVertexShadersEXT (GLuint range)
static void log_glGetInvariantBooleanvEXT (GLuint id, GLenum value, GLboolean *data)
static void log_glGetInvariantFloatvEXT (GLuint id, GLenum value, GLfloat *data)
static void log_glGetInvariantIntegervEXT (GLuint id, GLenum value, GLint *data)
static void log_glGetLocalConstantBooleanvEXT (GLuint id, GLenum value, GLboolean *data)
static void log_glGetLocalConstantFloatvEXT (GLuint id, GLenum value, GLfloat *data)
static void log_glGetLocalConstantIntegervEXT (GLuint id, GLenum value, GLint *data)
static void log_glGetVariantBooleanvEXT (GLuint id, GLenum value, GLboolean *data)
static void log_glGetVariantFloatvEXT (GLuint id, GLenum value, GLfloat *data)
static void log_glGetVariantIntegervEXT (GLuint id, GLenum value, GLint *data)
static void log_glGetVariantPointervEXT (GLuint id, GLenum value, GLvoid **data)
static void log_glInsertComponentEXT (GLuint res, GLuint src, GLuint num)
static GLboolean log_glIsVariantEnabledEXT (GLuint id, GLenum cap)
static void log_glSetInvariantEXT (GLuint id, GLenum type, const GLvoid *addr)
static void log_glSetLocalConstantEXT (GLuint id, GLenum type, const GLvoid *addr)
static void log_glShaderOp1EXT (GLenum op, GLuint res, GLuint arg1)
static void log_glShaderOp2EXT (GLenum op, GLuint res, GLuint arg1, GLuint arg2)
static void log_glShaderOp3EXT (GLenum op, GLuint res, GLuint arg1, GLuint arg2, GLuint arg3)
static void log_glSwizzleEXT (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
static void log_glVariantPointerEXT (GLuint id, GLenum type, GLuint stride, const GLvoid *addr)
static void log_glVariantbvEXT (GLuint id, const GLbyte *addr)
static void log_glVariantdvEXT (GLuint id, const GLdouble *addr)
static void log_glVariantfvEXT (GLuint id, const GLfloat *addr)
static void log_glVariantivEXT (GLuint id, const GLint *addr)
static void log_glVariantsvEXT (GLuint id, const GLshort *addr)
static void log_glVariantubvEXT (GLuint id, const GLubyte *addr)
static void log_glVariantuivEXT (GLuint id, const GLuint *addr)
static void log_glVariantusvEXT (GLuint id, const GLushort *addr)
static void log_glWriteMaskEXT (GLuint res, GLuint in, GLenum outX, GLenum outY, GLenum outZ, GLenum outW)
static void log_glVertexWeightPointerEXT (GLsizei size, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glVertexWeightfEXT (GLfloat weight)
static void log_glVertexWeightfvEXT (const GLfloat *weight)
static GLsync log_glImportSyncEXT (GLenum external_sync_type, GLintptr external_sync, GLbitfield flags)
static void log_glFrameTerminatorGREMEDY (void)
static void log_glStringMarkerGREMEDY (GLsizei len, const GLvoid *string)
static void log_glGetImageTransformParameterfvHP (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetImageTransformParameterivHP (GLenum target, GLenum pname, GLint *params)
static void log_glImageTransformParameterfHP (GLenum target, GLenum pname, GLfloat param)
static void log_glImageTransformParameterfvHP (GLenum target, GLenum pname, const GLfloat *params)
static void log_glImageTransformParameteriHP (GLenum target, GLenum pname, GLint param)
static void log_glImageTransformParameterivHP (GLenum target, GLenum pname, const GLint *params)
static void log_glMultiModeDrawArraysIBM (const GLenum *mode, const GLint *first, const GLsizei *count, GLsizei primcount, GLint modestride)
static void log_glMultiModeDrawElementsIBM (const GLenum *mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei primcount, GLint modestride)
static void log_glColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void log_glEdgeFlagPointerListIBM (GLint stride, const GLboolean **pointer, GLint ptrstride)
static void log_glFogCoordPointerListIBM (GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void log_glIndexPointerListIBM (GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void log_glNormalPointerListIBM (GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void log_glSecondaryColorPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void log_glTexCoordPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void log_glVertexPointerListIBM (GLint size, GLenum type, GLint stride, const GLvoid **pointer, GLint ptrstride)
static void log_glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples)
static void log_glRenderbufferStorageMultisampleIMG (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glBlendFuncSeparateINGR (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
static void log_glColorPointervINTEL (GLint size, GLenum type, const GLvoid **pointer)
static void log_glNormalPointervINTEL (GLenum type, const GLvoid **pointer)
static void log_glTexCoordPointervINTEL (GLint size, GLenum type, const GLvoid **pointer)
static void log_glVertexPointervINTEL (GLint size, GLenum type, const GLvoid **pointer)
static void log_glTexScissorFuncINTEL (GLenum target, GLenum lfunc, GLenum hfunc)
static void log_glTexScissorINTEL (GLenum target, GLclampf tlow, GLclampf thigh)
static void log_glDebugMessageCallback (GLDEBUGPROC callback, const GLvoid *userParam)
static void log_glDebugMessageControl (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled)
static void log_glDebugMessageInsert (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf)
static GLuint log_glGetDebugMessageLog (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog)
static void log_glGetObjectLabel (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label)
static void log_glGetObjectPtrLabel (const GLvoid *ptr, GLsizei bufSize, GLsizei *length, GLchar *label)
static void log_glObjectLabel (GLenum identifier, GLuint name, GLsizei length, const GLchar *label)
static void log_glObjectPtrLabel (const GLvoid *ptr, GLsizei length, const GLchar *label)
static void log_glPopDebugGroup (void)
static void log_glPushDebugGroup (GLenum source, GLuint id, GLsizei length, const GLchar *message)
static GLuint log_glBufferRegionEnabled (void)
static void log_glDeleteBufferRegion (GLenum region)
static void log_glDrawBufferRegion (GLuint region, GLint x, GLint y, GLsizei width, GLsizei height, GLint xDest, GLint yDest)
static GLuint log_glNewBufferRegion (GLenum region)
static void log_glReadBufferRegion (GLuint region, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glResizeBuffersMESA (void)
static void log_glWindowPos2dMESA (GLdouble x, GLdouble y)
static void log_glWindowPos2dvMESA (const GLdouble *v)
static void log_glWindowPos2fMESA (GLfloat x, GLfloat y)
static void log_glWindowPos2fvMESA (const GLfloat *v)
static void log_glWindowPos2iMESA (GLint x, GLint y)
static void log_glWindowPos2ivMESA (const GLint *v)
static void log_glWindowPos2sMESA (GLshort x, GLshort y)
static void log_glWindowPos2svMESA (const GLshort *v)
static void log_glWindowPos3dMESA (GLdouble x, GLdouble y, GLdouble z)
static void log_glWindowPos3dvMESA (const GLdouble *v)
static void log_glWindowPos3fMESA (GLfloat x, GLfloat y, GLfloat z)
static void log_glWindowPos3fvMESA (const GLfloat *v)
static void log_glWindowPos3iMESA (GLint x, GLint y, GLint z)
static void log_glWindowPos3ivMESA (const GLint *v)
static void log_glWindowPos3sMESA (GLshort x, GLshort y, GLshort z)
static void log_glWindowPos3svMESA (const GLshort *v)
static void log_glWindowPos4dMESA (GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glWindowPos4dvMESA (const GLdouble *v)
static void log_glWindowPos4fMESA (GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glWindowPos4fvMESA (const GLfloat *v)
static void log_glWindowPos4iMESA (GLint x, GLint y, GLint z, GLint w)
static void log_glWindowPos4ivMESA (const GLint *v)
static void log_glWindowPos4sMESA (GLshort x, GLshort y, GLshort z, GLshort w)
static void log_glWindowPos4svMESA (const GLshort *v)
static void log_glBeginConditionalRenderNVX (GLuint id)
static void log_glEndConditionalRenderNVX (void)
static GLuint64 log_glGetImageHandleNV (GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum format)
static GLuint64 log_glGetTextureHandleNV (GLuint texture)
static GLuint64 log_glGetTextureSamplerHandleNV (GLuint texture, GLuint sampler)
static GLboolean log_glIsImageHandleResidentNV (GLuint64 handle)
static GLboolean log_glIsTextureHandleResidentNV (GLuint64 handle)
static void log_glMakeImageHandleNonResidentNV (GLuint64 handle)
static void log_glMakeImageHandleResidentNV (GLuint64 handle, GLenum access)
static void log_glMakeTextureHandleNonResidentNV (GLuint64 handle)
static void log_glMakeTextureHandleResidentNV (GLuint64 handle)
static void log_glProgramUniformHandleui64NV (GLuint program, GLint location, GLuint64 value)
static void log_glProgramUniformHandleui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64 *values)
static void log_glUniformHandleui64NV (GLint location, GLuint64 value)
static void log_glUniformHandleui64vNV (GLint location, GLsizei count, const GLuint64 *value)
static void log_glBeginConditionalRenderNV (GLuint id, GLenum mode)
static void log_glEndConditionalRenderNV (void)
static void log_glCopyImageSubDataNV (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
static void log_glCoverageMaskNV (GLboolean mask)
static void log_glCoverageOperationNV (GLenum operation)
static void log_glClearDepthdNV (GLdouble depth)
static void log_glDepthBoundsdNV (GLdouble zmin, GLdouble zmax)
static void log_glDepthRangedNV (GLdouble zNear, GLdouble zFar)
static void log_glDrawBuffersNV (GLsizei n, const GLenum *bufs)
static void log_glDrawTextureNV (GLuint texture, GLuint sampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat s1, GLfloat t1)
static void log_glEvalMapsNV (GLenum target, GLenum mode)
static void log_glGetMapAttribParameterfvNV (GLenum target, GLuint index, GLenum pname, GLfloat *params)
static void log_glGetMapAttribParameterivNV (GLenum target, GLuint index, GLenum pname, GLint *params)
static void log_glGetMapControlPointsNV (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLboolean packed, GLvoid *points)
static void log_glGetMapParameterfvNV (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetMapParameterivNV (GLenum target, GLenum pname, GLint *params)
static void log_glMapControlPointsNV (GLenum target, GLuint index, GLenum type, GLsizei ustride, GLsizei vstride, GLint uorder, GLint vorder, GLboolean packed, const GLvoid *points)
static void log_glMapParameterfvNV (GLenum target, GLenum pname, const GLfloat *params)
static void log_glMapParameterivNV (GLenum target, GLenum pname, const GLint *params)
static void log_glGetMultisamplefvNV (GLenum pname, GLuint index, GLfloat *val)
static void log_glSampleMaskIndexedNV (GLuint index, GLbitfield mask)
static void log_glTexRenderbufferNV (GLenum target, GLuint renderbuffer)
static void log_glDeleteFencesNV (GLsizei n, const GLuint *fences)
static void log_glFinishFenceNV (GLuint fence)
static void log_glGenFencesNV (GLsizei n, GLuint *fences)
static void log_glGetFenceivNV (GLuint fence, GLenum pname, GLint *params)
static GLboolean log_glIsFenceNV (GLuint fence)
static void log_glSetFenceNV (GLuint fence, GLenum condition)
static GLboolean log_glTestFenceNV (GLuint fence)
static void log_glGetProgramNamedParameterdvNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble *params)
static void log_glGetProgramNamedParameterfvNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat *params)
static void log_glProgramNamedParameter4dNV (GLuint id, GLsizei len, const GLubyte *name, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glProgramNamedParameter4dvNV (GLuint id, GLsizei len, const GLubyte *name, const GLdouble *v)
static void log_glProgramNamedParameter4fNV (GLuint id, GLsizei len, const GLubyte *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glProgramNamedParameter4fvNV (GLuint id, GLsizei len, const GLubyte *name, const GLfloat *v)
static void log_glBlitFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static void log_glRenderbufferStorageMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glProgramVertexLimitNV (GLenum target, GLint limit)
static void log_glGetProgramEnvParameterIivNV (GLenum target, GLuint index, GLint *params)
static void log_glGetProgramEnvParameterIuivNV (GLenum target, GLuint index, GLuint *params)
static void log_glGetProgramLocalParameterIivNV (GLenum target, GLuint index, GLint *params)
static void log_glGetProgramLocalParameterIuivNV (GLenum target, GLuint index, GLuint *params)
static void log_glProgramEnvParameterI4iNV (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
static void log_glProgramEnvParameterI4ivNV (GLenum target, GLuint index, const GLint *params)
static void log_glProgramEnvParameterI4uiNV (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void log_glProgramEnvParameterI4uivNV (GLenum target, GLuint index, const GLuint *params)
static void log_glProgramEnvParametersI4ivNV (GLenum target, GLuint index, GLsizei count, const GLint *params)
static void log_glProgramEnvParametersI4uivNV (GLenum target, GLuint index, GLsizei count, const GLuint *params)
static void log_glProgramLocalParameterI4iNV (GLenum target, GLuint index, GLint x, GLint y, GLint z, GLint w)
static void log_glProgramLocalParameterI4ivNV (GLenum target, GLuint index, const GLint *params)
static void log_glProgramLocalParameterI4uiNV (GLenum target, GLuint index, GLuint x, GLuint y, GLuint z, GLuint w)
static void log_glProgramLocalParameterI4uivNV (GLenum target, GLuint index, const GLuint *params)
static void log_glProgramLocalParametersI4ivNV (GLenum target, GLuint index, GLsizei count, const GLint *params)
static void log_glProgramLocalParametersI4uivNV (GLenum target, GLuint index, GLsizei count, const GLuint *params)
static void log_glGetUniformi64vNV (GLuint program, GLint location, GLint64EXT *params)
static void log_glProgramUniform1i64NV (GLuint program, GLint location, GLint64EXT x)
static void log_glProgramUniform1i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value)
static void log_glProgramUniform1ui64NV (GLuint program, GLint location, GLuint64EXT x)
static void log_glProgramUniform1ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glProgramUniform2i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y)
static void log_glProgramUniform2i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value)
static void log_glProgramUniform2ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y)
static void log_glProgramUniform2ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glProgramUniform3i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
static void log_glProgramUniform3i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value)
static void log_glProgramUniform3ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
static void log_glProgramUniform3ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glProgramUniform4i64NV (GLuint program, GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
static void log_glProgramUniform4i64vNV (GLuint program, GLint location, GLsizei count, const GLint64EXT *value)
static void log_glProgramUniform4ui64NV (GLuint program, GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
static void log_glProgramUniform4ui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glUniform1i64NV (GLint location, GLint64EXT x)
static void log_glUniform1i64vNV (GLint location, GLsizei count, const GLint64EXT *value)
static void log_glUniform1ui64NV (GLint location, GLuint64EXT x)
static void log_glUniform1ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glUniform2i64NV (GLint location, GLint64EXT x, GLint64EXT y)
static void log_glUniform2i64vNV (GLint location, GLsizei count, const GLint64EXT *value)
static void log_glUniform2ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y)
static void log_glUniform2ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glUniform3i64NV (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z)
static void log_glUniform3i64vNV (GLint location, GLsizei count, const GLint64EXT *value)
static void log_glUniform3ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
static void log_glUniform3ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glUniform4i64NV (GLint location, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
static void log_glUniform4i64vNV (GLint location, GLsizei count, const GLint64EXT *value)
static void log_glUniform4ui64NV (GLint location, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
static void log_glUniform4ui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glColor3hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue)
static void log_glColor3hvNV (const GLhalfNV *v)
static void log_glColor4hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue, GLhalfNV alpha)
static void log_glColor4hvNV (const GLhalfNV *v)
static void log_glFogCoordhNV (GLhalfNV coord)
static void log_glFogCoordhvNV (const GLhalfNV *coord)
static void log_glMultiTexCoord1hNV (GLenum target, GLhalfNV s)
static void log_glMultiTexCoord1hvNV (GLenum target, const GLhalfNV *v)
static void log_glMultiTexCoord2hNV (GLenum target, GLhalfNV s, GLhalfNV t)
static void log_glMultiTexCoord2hvNV (GLenum target, const GLhalfNV *v)
static void log_glMultiTexCoord3hNV (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r)
static void log_glMultiTexCoord3hvNV (GLenum target, const GLhalfNV *v)
static void log_glMultiTexCoord4hNV (GLenum target, GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
static void log_glMultiTexCoord4hvNV (GLenum target, const GLhalfNV *v)
static void log_glNormal3hNV (GLhalfNV nx, GLhalfNV ny, GLhalfNV nz)
static void log_glNormal3hvNV (const GLhalfNV *v)
static void log_glSecondaryColor3hNV (GLhalfNV red, GLhalfNV green, GLhalfNV blue)
static void log_glSecondaryColor3hvNV (const GLhalfNV *v)
static void log_glTexCoord1hNV (GLhalfNV s)
static void log_glTexCoord1hvNV (const GLhalfNV *v)
static void log_glTexCoord2hNV (GLhalfNV s, GLhalfNV t)
static void log_glTexCoord2hvNV (const GLhalfNV *v)
static void log_glTexCoord3hNV (GLhalfNV s, GLhalfNV t, GLhalfNV r)
static void log_glTexCoord3hvNV (const GLhalfNV *v)
static void log_glTexCoord4hNV (GLhalfNV s, GLhalfNV t, GLhalfNV r, GLhalfNV q)
static void log_glTexCoord4hvNV (const GLhalfNV *v)
static void log_glVertex2hNV (GLhalfNV x, GLhalfNV y)
static void log_glVertex2hvNV (const GLhalfNV *v)
static void log_glVertex3hNV (GLhalfNV x, GLhalfNV y, GLhalfNV z)
static void log_glVertex3hvNV (const GLhalfNV *v)
static void log_glVertex4hNV (GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
static void log_glVertex4hvNV (const GLhalfNV *v)
static void log_glVertexAttrib1hNV (GLuint index, GLhalfNV x)
static void log_glVertexAttrib1hvNV (GLuint index, const GLhalfNV *v)
static void log_glVertexAttrib2hNV (GLuint index, GLhalfNV x, GLhalfNV y)
static void log_glVertexAttrib2hvNV (GLuint index, const GLhalfNV *v)
static void log_glVertexAttrib3hNV (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z)
static void log_glVertexAttrib3hvNV (GLuint index, const GLhalfNV *v)
static void log_glVertexAttrib4hNV (GLuint index, GLhalfNV x, GLhalfNV y, GLhalfNV z, GLhalfNV w)
static void log_glVertexAttrib4hvNV (GLuint index, const GLhalfNV *v)
static void log_glVertexAttribs1hvNV (GLuint index, GLsizei count, const GLhalfNV *v)
static void log_glVertexAttribs2hvNV (GLuint index, GLsizei count, const GLhalfNV *v)
static void log_glVertexAttribs3hvNV (GLuint index, GLsizei count, const GLhalfNV *v)
static void log_glVertexAttribs4hvNV (GLuint index, GLsizei count, const GLhalfNV *v)
static void log_glVertexWeighthNV (GLhalfNV weight)
static void log_glVertexWeighthvNV (const GLhalfNV *weight)
static void log_glBeginOcclusionQueryNV (GLuint id)
static void log_glDeleteOcclusionQueriesNV (GLsizei n, const GLuint *ids)
static void log_glEndOcclusionQueryNV (void)
static void log_glGenOcclusionQueriesNV (GLsizei n, GLuint *ids)
static void log_glGetOcclusionQueryivNV (GLuint id, GLenum pname, GLint *params)
static void log_glGetOcclusionQueryuivNV (GLuint id, GLenum pname, GLuint *params)
static GLboolean log_glIsOcclusionQueryNV (GLuint id)
static void log_glProgramBufferParametersIivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLint *params)
static void log_glProgramBufferParametersIuivNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLuint *params)
static void log_glProgramBufferParametersfvNV (GLenum target, GLuint buffer, GLuint index, GLsizei count, const GLfloat *params)
static void log_glCopyPathNV (GLuint resultPath, GLuint srcPath)
static void log_glCoverFillPathInstancedNV (GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues)
static void log_glCoverFillPathNV (GLuint path, GLenum coverMode)
static void log_glCoverStrokePathInstancedNV (GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLenum coverMode, GLenum transformType, const GLfloat *transformValues)
static void log_glCoverStrokePathNV (GLuint name, GLenum coverMode)
static void log_glDeletePathsNV (GLuint path, GLsizei range)
static GLuint log_glGenPathsNV (GLsizei range)
static void log_glGetPathColorGenfvNV (GLenum color, GLenum pname, GLfloat *value)
static void log_glGetPathColorGenivNV (GLenum color, GLenum pname, GLint *value)
static void log_glGetPathCommandsNV (GLuint name, GLubyte *commands)
static void log_glGetPathCoordsNV (GLuint name, GLfloat *coords)
static void log_glGetPathDashArrayNV (GLuint name, GLfloat *dashArray)
static GLfloat log_glGetPathLengthNV (GLuint path, GLsizei startSegment, GLsizei numSegments)
static void log_glGetPathMetricRangeNV (GLbitfield metricQueryMask, GLuint fistPathName, GLsizei numPaths, GLsizei stride, GLfloat *metrics)
static void log_glGetPathMetricsNV (GLbitfield metricQueryMask, GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLsizei stride, GLfloat *metrics)
static void log_glGetPathParameterfvNV (GLuint name, GLenum param, GLfloat *value)
static void log_glGetPathParameterivNV (GLuint name, GLenum param, GLint *value)
static void log_glGetPathSpacingNV (GLenum pathListMode, GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLfloat advanceScale, GLfloat kerningScale, GLenum transformType, GLfloat *returnedSpacing)
static void log_glGetPathTexGenfvNV (GLenum texCoordSet, GLenum pname, GLfloat *value)
static void log_glGetPathTexGenivNV (GLenum texCoordSet, GLenum pname, GLint *value)
static void log_glInterpolatePathsNV (GLuint resultPath, GLuint pathA, GLuint pathB, GLfloat weight)
static GLboolean log_glIsPathNV (GLuint path)
static GLboolean log_glIsPointInFillPathNV (GLuint path, GLuint mask, GLfloat x, GLfloat y)
static GLboolean log_glIsPointInStrokePathNV (GLuint path, GLfloat x, GLfloat y)
static void log_glPathColorGenNV (GLenum color, GLenum genMode, GLenum colorFormat, const GLfloat *coeffs)
static void log_glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords)
static void log_glPathCoordsNV (GLuint path, GLsizei numCoords, GLenum coordType, const GLvoid *coords)
static void log_glPathCoverDepthFuncNV (GLenum zfunc)
static void log_glPathDashArrayNV (GLuint path, GLsizei dashCount, const GLfloat *dashArray)
static void log_glPathFogGenNV (GLenum genMode)
static void log_glPathGlyphRangeNV (GLuint firstPathName, GLenum fontTarget, const GLvoid *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyphs, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale)
static void log_glPathGlyphsNV (GLuint firstPathName, GLenum fontTarget, const GLvoid *fontName, GLbitfield fontStyle, GLsizei numGlyphs, GLenum type, const GLvoid *charcodes, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat emScale)
static void log_glPathParameterfNV (GLuint path, GLenum pname, GLfloat value)
static void log_glPathParameterfvNV (GLuint path, GLenum pname, const GLfloat *value)
static void log_glPathParameteriNV (GLuint path, GLenum pname, GLint value)
static void log_glPathParameterivNV (GLuint path, GLenum pname, const GLint *value)
static void log_glPathStencilDepthOffsetNV (GLfloat factor, GLfloat units)
static void log_glPathStencilFuncNV (GLenum func, GLint ref, GLuint mask)
static void log_glPathStringNV (GLuint path, GLenum format, GLsizei length, const GLvoid *pathString)
static void log_glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const GLvoid *coords)
static void log_glPathSubCoordsNV (GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const GLvoid *coords)
static void log_glPathTexGenNV (GLenum texCoordSet, GLenum genMode, GLint components, const GLfloat *coeffs)
static GLboolean log_glPointAlongPathNV (GLuint path, GLsizei startSegment, GLsizei numSegments, GLfloat distance, GLfloat *x, GLfloat *y, GLfloat *tangentX, GLfloat *tangentY)
static void log_glStencilFillPathInstancedNV (GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLenum fillMode, GLuint mask, GLenum transformType, const GLfloat *transformValues)
static void log_glStencilFillPathNV (GLuint path, GLenum fillMode, GLuint mask)
static void log_glStencilStrokePathInstancedNV (GLsizei numPaths, GLenum pathNameType, const GLvoid *paths, GLuint pathBase, GLint reference, GLuint mask, GLenum transformType, const GLfloat *transformValues)
static void log_glStencilStrokePathNV (GLuint path, GLint reference, GLuint mask)
static void log_glTransformPathNV (GLuint resultPath, GLuint srcPath, GLenum transformType, const GLfloat *transformValues)
static void log_glWeightPathsNV (GLuint resultPath, GLsizei numPaths, const GLuint *paths, const GLfloat *weights)
static void log_glFlushPixelDataRangeNV (GLenum target)
static void log_glPixelDataRangeNV (GLenum target, GLsizei size, const GLvoid *pointer)
static void log_glPointParameteriNV (GLenum pname, GLint param)
static void log_glPointParameterivNV (GLenum pname, const GLint *params)
static void log_glGetVideoi64vNV (GLuint video_slot, GLenum pname, GLint64EXT *params)
static void log_glGetVideoivNV (GLuint video_slot, GLenum pname, GLint *params)
static void log_glGetVideoui64vNV (GLuint video_slot, GLenum pname, GLuint64EXT *params)
static void log_glGetVideouivNV (GLuint video_slot, GLenum pname, GLuint *params)
static void log_glPresentFrameDualFillNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLenum target1, GLuint fill1, GLenum target2, GLuint fill2, GLenum target3, GLuint fill3)
static void log_glPresentFrameKeyedNV (GLuint video_slot, GLuint64EXT minPresentTime, GLuint beginPresentTimeId, GLuint presentDurationId, GLenum type, GLenum target0, GLuint fill0, GLuint key0, GLenum target1, GLuint fill1, GLuint key1)
static void log_glPrimitiveRestartIndexNV (GLuint index)
static void log_glPrimitiveRestartNV (void)
static void log_glReadBufferNV (GLenum mode)
static void log_glCombinerInputNV (GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
static void log_glCombinerOutputNV (GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum)
static void log_glCombinerParameterfNV (GLenum pname, GLfloat param)
static void log_glCombinerParameterfvNV (GLenum pname, const GLfloat *params)
static void log_glCombinerParameteriNV (GLenum pname, GLint param)
static void log_glCombinerParameterivNV (GLenum pname, const GLint *params)
static void log_glFinalCombinerInputNV (GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
static void log_glGetCombinerInputParameterfvNV (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLfloat *params)
static void log_glGetCombinerInputParameterivNV (GLenum stage, GLenum portion, GLenum variable, GLenum pname, GLint *params)
static void log_glGetCombinerOutputParameterfvNV (GLenum stage, GLenum portion, GLenum pname, GLfloat *params)
static void log_glGetCombinerOutputParameterivNV (GLenum stage, GLenum portion, GLenum pname, GLint *params)
static void log_glGetFinalCombinerInputParameterfvNV (GLenum variable, GLenum pname, GLfloat *params)
static void log_glGetFinalCombinerInputParameterivNV (GLenum variable, GLenum pname, GLint *params)
static void log_glCombinerStageParameterfvNV (GLenum stage, GLenum pname, const GLfloat *params)
static void log_glGetCombinerStageParameterfvNV (GLenum stage, GLenum pname, GLfloat *params)
static void log_glGetBufferParameterui64vNV (GLenum target, GLenum pname, GLuint64EXT *params)
static void log_glGetIntegerui64vNV (GLenum target, GLuint64EXT *data)
static void log_glGetNamedBufferParameterui64vNV (GLuint buffer, GLenum pname, GLuint64EXT *params)
static void log_glGetUniformui64vNV (GLuint program, GLint location, GLuint64EXT *params)
static GLboolean log_glIsBufferResidentNV (GLenum target)
static GLboolean log_glIsNamedBufferResidentNV (GLuint buffer)
static void log_glMakeBufferNonResidentNV (GLenum target)
static void log_glMakeBufferResidentNV (GLenum target, GLenum access)
static void log_glMakeNamedBufferNonResidentNV (GLuint buffer)
static void log_glMakeNamedBufferResidentNV (GLuint buffer, GLenum access)
static void log_glProgramUniformui64NV (GLuint program, GLint location, GLuint64EXT v0)
static void log_glProgramUniformui64vNV (GLuint program, GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glUniformui64NV (GLint location, GLuint64EXT v0)
static void log_glUniformui64vNV (GLint location, GLsizei count, const GLuint64EXT *value)
static void log_glTextureBarrierNV (void)
static void log_glTexImage2DMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
static void log_glTexImage3DMultisampleCoverageNV (GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
static void log_glTextureImage2DMultisampleCoverageNV (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
static void log_glTextureImage2DMultisampleNV (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations)
static void log_glTextureImage3DMultisampleCoverageNV (GLuint texture, GLenum target, GLsizei coverageSamples, GLsizei colorSamples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
static void log_glTextureImage3DMultisampleNV (GLuint texture, GLenum target, GLsizei samples, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations)
static void log_glActiveVaryingNV (GLuint program, const GLchar *name)
static void log_glBeginTransformFeedbackNV (GLenum primitiveMode)
static void log_glBindBufferBaseNV (GLenum target, GLuint index, GLuint buffer)
static void log_glBindBufferOffsetNV (GLenum target, GLuint index, GLuint buffer, GLintptr offset)
static void log_glBindBufferRangeNV (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
static void log_glEndTransformFeedbackNV (void)
static void log_glGetActiveVaryingNV (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name)
static void log_glGetTransformFeedbackVaryingNV (GLuint program, GLuint index, GLint *location)
static GLint log_glGetVaryingLocationNV (GLuint program, const GLchar *name)
static void log_glTransformFeedbackAttribsNV (GLuint count, const GLint *attribs, GLenum bufferMode)
static void log_glTransformFeedbackVaryingsNV (GLuint program, GLsizei count, const GLint *locations, GLenum bufferMode)
static void log_glBindTransformFeedbackNV (GLenum target, GLuint id)
static void log_glDeleteTransformFeedbacksNV (GLsizei n, const GLuint *ids)
static void log_glDrawTransformFeedbackNV (GLenum mode, GLuint name)
static void log_glGenTransformFeedbacksNV (GLsizei n, GLuint *ids)
static GLboolean log_glIsTransformFeedbackNV (GLuint id)
static void log_glPauseTransformFeedbackNV (void)
static void log_glResumeTransformFeedbackNV (void)
static void log_glVDPAUFiniNV (void)
static void log_glVDPAUGetSurfaceivNV (GLvdpauSurfaceNV surface, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values)
static void log_glVDPAUInitNV (const GLvoid *vdpDevice, const GLvoid *getProcAddress)
static GLboolean log_glVDPAUIsSurfaceNV (GLvdpauSurfaceNV surface)
static void log_glVDPAUMapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces)
static GLvdpauSurfaceNV log_glVDPAURegisterOutputSurfaceNV (const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames)
static GLvdpauSurfaceNV log_glVDPAURegisterVideoSurfaceNV (const GLvoid *vdpSurface, GLenum target, GLsizei numTextureNames, const GLuint *textureNames)
static void log_glVDPAUSurfaceAccessNV (GLvdpauSurfaceNV surface, GLenum access)
static void log_glVDPAUUnmapSurfacesNV (GLsizei numSurfaces, const GLvdpauSurfaceNV *surfaces)
static void log_glVDPAUUnregisterSurfaceNV (GLvdpauSurfaceNV surface)
static void log_glFlushVertexArrayRangeNV (void)
static void log_glVertexArrayRangeNV (GLsizei size, const GLvoid *pointer)
static void log_glGetVertexAttribLi64vNV (GLuint index, GLenum pname, GLint64EXT *params)
static void log_glGetVertexAttribLui64vNV (GLuint index, GLenum pname, GLuint64EXT *params)
static void log_glVertexAttribL1i64NV (GLuint index, GLint64EXT x)
static void log_glVertexAttribL1i64vNV (GLuint index, const GLint64EXT *v)
static void log_glVertexAttribL1ui64NV (GLuint index, GLuint64EXT x)
static void log_glVertexAttribL1ui64vNV (GLuint index, const GLuint64EXT *v)
static void log_glVertexAttribL2i64NV (GLuint index, GLint64EXT x, GLint64EXT y)
static void log_glVertexAttribL2i64vNV (GLuint index, const GLint64EXT *v)
static void log_glVertexAttribL2ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y)
static void log_glVertexAttribL2ui64vNV (GLuint index, const GLuint64EXT *v)
static void log_glVertexAttribL3i64NV (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z)
static void log_glVertexAttribL3i64vNV (GLuint index, const GLint64EXT *v)
static void log_glVertexAttribL3ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z)
static void log_glVertexAttribL3ui64vNV (GLuint index, const GLuint64EXT *v)
static void log_glVertexAttribL4i64NV (GLuint index, GLint64EXT x, GLint64EXT y, GLint64EXT z, GLint64EXT w)
static void log_glVertexAttribL4i64vNV (GLuint index, const GLint64EXT *v)
static void log_glVertexAttribL4ui64NV (GLuint index, GLuint64EXT x, GLuint64EXT y, GLuint64EXT z, GLuint64EXT w)
static void log_glVertexAttribL4ui64vNV (GLuint index, const GLuint64EXT *v)
static void log_glVertexAttribLFormatNV (GLuint index, GLint size, GLenum type, GLsizei stride)
static void log_glBufferAddressRangeNV (GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length)
static void log_glColorFormatNV (GLint size, GLenum type, GLsizei stride)
static void log_glEdgeFlagFormatNV (GLsizei stride)
static void log_glFogCoordFormatNV (GLenum type, GLsizei stride)
static void log_glGetIntegerui64i_vNV (GLenum target, GLuint index, GLuint64EXT *data)
static void log_glIndexFormatNV (GLenum type, GLsizei stride)
static void log_glNormalFormatNV (GLenum type, GLsizei stride)
static void log_glSecondaryColorFormatNV (GLint size, GLenum type, GLsizei stride)
static void log_glTexCoordFormatNV (GLint size, GLenum type, GLsizei stride)
static void log_glVertexAttribFormatNV (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride)
static void log_glVertexAttribIFormatNV (GLuint index, GLint size, GLenum type, GLsizei stride)
static void log_glVertexFormatNV (GLint size, GLenum type, GLsizei stride)
static GLboolean log_glAreProgramsResidentNV (GLsizei n, const GLuint *programs, GLboolean *residences)
static void log_glBindProgramNV (GLenum target, GLuint id)
static void log_glDeleteProgramsNV (GLsizei n, const GLuint *programs)
static void log_glExecuteProgramNV (GLenum target, GLuint id, const GLfloat *params)
static void log_glGenProgramsNV (GLsizei n, GLuint *programs)
static void log_glGetProgramParameterdvNV (GLenum target, GLuint index, GLenum pname, GLdouble *params)
static void log_glGetProgramParameterfvNV (GLenum target, GLuint index, GLenum pname, GLfloat *params)
static void log_glGetProgramStringNV (GLuint id, GLenum pname, GLubyte *program)
static void log_glGetProgramivNV (GLuint id, GLenum pname, GLint *params)
static void log_glGetTrackMatrixivNV (GLenum target, GLuint address, GLenum pname, GLint *params)
static void log_glGetVertexAttribPointervNV (GLuint index, GLenum pname, GLvoid **pointer)
static void log_glGetVertexAttribdvNV (GLuint index, GLenum pname, GLdouble *params)
static void log_glGetVertexAttribfvNV (GLuint index, GLenum pname, GLfloat *params)
static void log_glGetVertexAttribivNV (GLuint index, GLenum pname, GLint *params)
static GLboolean log_glIsProgramNV (GLuint id)
static void log_glLoadProgramNV (GLenum target, GLuint id, GLsizei len, const GLubyte *program)
static void log_glProgramParameter4dNV (GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glProgramParameter4dvNV (GLenum target, GLuint index, const GLdouble *v)
static void log_glProgramParameter4fNV (GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glProgramParameter4fvNV (GLenum target, GLuint index, const GLfloat *v)
static void log_glProgramParameters4dvNV (GLenum target, GLuint index, GLsizei count, const GLdouble *v)
static void log_glProgramParameters4fvNV (GLenum target, GLuint index, GLsizei count, const GLfloat *v)
static void log_glRequestResidentProgramsNV (GLsizei n, const GLuint *programs)
static void log_glTrackMatrixNV (GLenum target, GLuint address, GLenum matrix, GLenum transform)
static void log_glVertexAttrib1dNV (GLuint index, GLdouble x)
static void log_glVertexAttrib1dvNV (GLuint index, const GLdouble *v)
static void log_glVertexAttrib1fNV (GLuint index, GLfloat x)
static void log_glVertexAttrib1fvNV (GLuint index, const GLfloat *v)
static void log_glVertexAttrib1sNV (GLuint index, GLshort x)
static void log_glVertexAttrib1svNV (GLuint index, const GLshort *v)
static void log_glVertexAttrib2dNV (GLuint index, GLdouble x, GLdouble y)
static void log_glVertexAttrib2dvNV (GLuint index, const GLdouble *v)
static void log_glVertexAttrib2fNV (GLuint index, GLfloat x, GLfloat y)
static void log_glVertexAttrib2fvNV (GLuint index, const GLfloat *v)
static void log_glVertexAttrib2sNV (GLuint index, GLshort x, GLshort y)
static void log_glVertexAttrib2svNV (GLuint index, const GLshort *v)
static void log_glVertexAttrib3dNV (GLuint index, GLdouble x, GLdouble y, GLdouble z)
static void log_glVertexAttrib3dvNV (GLuint index, const GLdouble *v)
static void log_glVertexAttrib3fNV (GLuint index, GLfloat x, GLfloat y, GLfloat z)
static void log_glVertexAttrib3fvNV (GLuint index, const GLfloat *v)
static void log_glVertexAttrib3sNV (GLuint index, GLshort x, GLshort y, GLshort z)
static void log_glVertexAttrib3svNV (GLuint index, const GLshort *v)
static void log_glVertexAttrib4dNV (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
static void log_glVertexAttrib4dvNV (GLuint index, const GLdouble *v)
static void log_glVertexAttrib4fNV (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glVertexAttrib4fvNV (GLuint index, const GLfloat *v)
static void log_glVertexAttrib4sNV (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
static void log_glVertexAttrib4svNV (GLuint index, const GLshort *v)
static void log_glVertexAttrib4ubNV (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
static void log_glVertexAttrib4ubvNV (GLuint index, const GLubyte *v)
static void log_glVertexAttribPointerNV (GLuint index, GLint fsize, GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glVertexAttribs1dvNV (GLuint index, GLsizei n, const GLdouble *v)
static void log_glVertexAttribs1fvNV (GLuint index, GLsizei n, const GLfloat *v)
static void log_glVertexAttribs1svNV (GLuint index, GLsizei n, const GLshort *v)
static void log_glVertexAttribs2dvNV (GLuint index, GLsizei n, const GLdouble *v)
static void log_glVertexAttribs2fvNV (GLuint index, GLsizei n, const GLfloat *v)
static void log_glVertexAttribs2svNV (GLuint index, GLsizei n, const GLshort *v)
static void log_glVertexAttribs3dvNV (GLuint index, GLsizei n, const GLdouble *v)
static void log_glVertexAttribs3fvNV (GLuint index, GLsizei n, const GLfloat *v)
static void log_glVertexAttribs3svNV (GLuint index, GLsizei n, const GLshort *v)
static void log_glVertexAttribs4dvNV (GLuint index, GLsizei n, const GLdouble *v)
static void log_glVertexAttribs4fvNV (GLuint index, GLsizei n, const GLfloat *v)
static void log_glVertexAttribs4svNV (GLuint index, GLsizei n, const GLshort *v)
static void log_glVertexAttribs4ubvNV (GLuint index, GLsizei n, const GLubyte *v)
static void log_glBeginVideoCaptureNV (GLuint video_capture_slot)
static void log_glBindVideoCaptureStreamBufferNV (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptr offset)
static void log_glBindVideoCaptureStreamTextureNV (GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLenum target, GLuint texture)
static void log_glEndVideoCaptureNV (GLuint video_capture_slot)
static void log_glGetVideoCaptureStreamdvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLdouble *params)
static void log_glGetVideoCaptureStreamfvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLfloat *params)
static void log_glGetVideoCaptureStreamivNV (GLuint video_capture_slot, GLuint stream, GLenum pname, GLint *params)
static void log_glGetVideoCaptureivNV (GLuint video_capture_slot, GLenum pname, GLint *params)
static GLenum log_glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time)
static void log_glVideoCaptureStreamParameterdvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLdouble *params)
static void log_glVideoCaptureStreamParameterfvNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLfloat *params)
static void log_glVideoCaptureStreamParameterivNV (GLuint video_capture_slot, GLuint stream, GLenum pname, const GLint *params)
static void log_glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha)
static void log_glBlendFuncSeparateOES (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
static void log_glBlendEquationOES (GLenum mode)
static void log_glBindFramebufferOES (GLenum target, GLuint framebuffer)
static void log_glBindRenderbufferOES (GLenum target, GLuint renderbuffer)
static GLenum log_glCheckFramebufferStatusOES (GLenum target)
static void log_glDeleteFramebuffersOES (GLsizei n, const GLuint *framebuffers)
static void log_glDeleteRenderbuffersOES (GLsizei n, const GLuint *renderbuffers)
static void log_glFramebufferRenderbufferOES (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
static void log_glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
static void log_glGenFramebuffersOES (GLsizei n, GLuint *framebuffers)
static void log_glGenRenderbuffersOES (GLsizei n, GLuint *renderbuffers)
static void log_glGenerateMipmapOES (GLenum target)
static void log_glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint *params)
static void log_glGetRenderbufferParameterivOES (GLenum target, GLenum pname, GLint *params)
static GLboolean log_glIsFramebufferOES (GLuint framebuffer)
static GLboolean log_glIsRenderbufferOES (GLuint renderbuffer)
static void log_glRenderbufferStorageOES (GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
static void log_glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary)
static void log_glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length)
static void log_glGetBufferPointervOES (GLenum target, GLenum pname, GLvoid **params)
static GLvoidlog_glMapBufferOES (GLenum target, GLenum access)
static GLboolean log_glUnmapBufferOES (GLenum target)
static void log_glCurrentPaletteMatrixOES (GLuint index)
static void log_glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, GLvoid *pointer)
static void log_glWeightPointerOES (GLint size, GLenum type, GLsizei stride, GLvoid *pointer)
static void log_glClearDepthfOES (GLclampd depth)
static void log_glClipPlanefOES (GLenum plane, const GLfloat *equation)
static void log_glDepthRangefOES (GLclampf n, GLclampf f)
static void log_glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
static void log_glGetClipPlanefOES (GLenum plane, GLfloat *equation)
static void log_glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f)
static void log_glCompressedTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data)
static void log_glCompressedTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data)
static void log_glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
static void log_glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
static void log_glTexImage3DOES (GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params)
static void log_glGetTexGenivOES (GLenum coord, GLenum pname, GLint *params)
static void log_glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params)
static void log_glTexGenfOES (GLenum coord, GLenum pname, GLfloat param)
static void log_glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params)
static void log_glTexGeniOES (GLenum coord, GLenum pname, GLint param)
static void log_glTexGenivOES (GLenum coord, GLenum pname, const GLint *params)
static void log_glTexGenxOES (GLenum coord, GLenum pname, GLfixed param)
static void log_glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params)
static void log_glBindVertexArrayOES (GLuint array)
static void log_glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays)
static void log_glGenVertexArraysOES (GLsizei n, GLuint *arrays)
static GLboolean log_glIsVertexArrayOES (GLuint array)
static void log_glHintPGI (GLenum target, GLint mode)
static void log_glAlphaFuncQCOM (GLenum func, GLclampf ref)
static void log_glDisableDriverControlQCOM (GLuint driverControl)
static void log_glEnableDriverControlQCOM (GLuint driverControl)
static void log_glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString)
static void log_glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls)
static void log_glExtGetBufferPointervQCOM (GLenum target, GLvoid **params)
static void log_glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers)
static void log_glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers)
static void log_glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, GLint *numRenderbuffers)
static void log_glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params)
static void log_glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels)
static void log_glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextures)
static void log_glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param)
static void log_glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length)
static void log_glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPrograms)
static void log_glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders)
static GLboolean log_glExtIsProgramBinaryQCOM (GLuint program)
static void log_glEndTilingQCOM (GLbitfield preserveMask)
static void log_glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask)
static void log_glAlphaFuncx (GLenum func, GLclampx ref)
static void log_glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
static void log_glClearDepthx (GLclampx depth)
static void log_glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha)
static void log_glDepthRangex (GLclampx zNear, GLclampx zFar)
static void log_glFogx (GLenum pname, GLfixed param)
static void log_glFogxv (GLenum pname, const GLfixed *params)
static void log_glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
static void log_glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
static void log_glLightModelx (GLenum pname, GLfixed param)
static void log_glLightModelxv (GLenum pname, const GLfixed *params)
static void log_glLightx (GLenum light, GLenum pname, GLfixed param)
static void log_glLightxv (GLenum light, GLenum pname, const GLfixed *params)
static void log_glLineWidthx (GLfixed width)
static void log_glLoadMatrixx (const GLfixed *m)
static void log_glMaterialx (GLenum face, GLenum pname, GLfixed param)
static void log_glMaterialxv (GLenum face, GLenum pname, const GLfixed *params)
static void log_glMultMatrixx (const GLfixed *m)
static void log_glMultiTexCoord4x (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q)
static void log_glNormal3x (GLfixed nx, GLfixed ny, GLfixed nz)
static void log_glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar)
static void log_glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar)
static void log_glPointSizex (GLfixed size)
static void log_glPolygonOffsetx (GLfixed factor, GLfixed units)
static void log_glRotatex (GLfixed angle, GLfixed x, GLfixed y, GLfixed z)
static void log_glSampleCoveragex (GLclampx value, GLboolean invert)
static void log_glScalex (GLfixed x, GLfixed y, GLfixed z)
static void log_glTexEnvx (GLenum target, GLenum pname, GLfixed param)
static void log_glTexEnvxv (GLenum target, GLenum pname, const GLfixed *params)
static void log_glTexParameterx (GLenum target, GLenum pname, GLfixed param)
static void log_glTranslatex (GLfixed x, GLfixed y, GLfixed z)
static void log_glClipPlanef (GLenum plane, const GLfloat *equation)
static void log_glClipPlanex (GLenum plane, const GLfixed *equation)
static void log_glGetClipPlanef (GLenum pname, GLfloat *eqn)
static void log_glGetClipPlanex (GLenum pname, GLfixed *eqn)
static void log_glGetFixedv (GLenum pname, GLfixed *params)
static void log_glGetLightxv (GLenum light, GLenum pname, GLfixed *params)
static void log_glGetMaterialxv (GLenum face, GLenum pname, GLfixed *params)
static void log_glGetTexEnvxv (GLenum env, GLenum pname, GLfixed *params)
static void log_glGetTexParameterxv (GLenum target, GLenum pname, GLfixed *params)
static void log_glPointParameterx (GLenum pname, GLfixed param)
static void log_glPointParameterxv (GLenum pname, const GLfixed *params)
static void log_glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer)
static void log_glTexParameterxv (GLenum target, GLenum pname, const GLfixed *params)
static void log_glLogMessageCallbackREGAL (GLLOGPROCREGAL callback)
static void log_glDetailTexFuncSGIS (GLenum target, GLsizei n, const GLfloat *points)
static void log_glGetDetailTexFuncSGIS (GLenum target, GLfloat *points)
static void log_glFogFuncSGIS (GLsizei n, const GLfloat *points)
static void log_glGetFogFuncSGIS (GLfloat *points)
static void log_glSampleMaskSGIS (GLclampf value, GLboolean invert)
static void log_glSamplePatternSGIS (GLenum pattern)
static void log_glGetPixelTexGenParameterfvSGIS (GLenum pname, GLfloat *params)
static void log_glGetPixelTexGenParameterivSGIS (GLenum pname, GLint *params)
static void log_glPixelTexGenParameterfSGIS (GLenum pname, GLfloat param)
static void log_glPixelTexGenParameterfvSGIS (GLenum pname, const GLfloat *params)
static void log_glPixelTexGenParameteriSGIS (GLenum pname, GLint param)
static void log_glPixelTexGenParameterivSGIS (GLenum pname, const GLint *params)
static void log_glPointParameterfSGIS (GLenum pname, GLfloat param)
static void log_glPointParameterfvSGIS (GLenum pname, const GLfloat *params)
static void log_glGetSharpenTexFuncSGIS (GLenum target, GLfloat *points)
static void log_glSharpenTexFuncSGIS (GLenum target, GLsizei n, const GLfloat *points)
static void log_glTexImage4DSGIS (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTexSubImage4DSGIS (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid *pixels)
static void log_glTextureColorMaskSGIS (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
static void log_glGetTexFilterFuncSGIS (GLenum target, GLenum filter, GLfloat *weights)
static void log_glTexFilterFuncSGIS (GLenum target, GLenum filter, GLsizei n, const GLfloat *weights)
static void log_glAsyncMarkerSGIX (GLuint marker)
static void log_glDeleteAsyncMarkersSGIX (GLuint marker, GLsizei range)
static GLint log_glFinishAsyncSGIX (GLuint *markerp)
static GLuint log_glGenAsyncMarkersSGIX (GLsizei range)
static GLboolean log_glIsAsyncMarkerSGIX (GLuint marker)
static GLint log_glPollAsyncSGIX (GLuint *markerp)
static void log_glFlushRasterSGIX (void)
static void log_glTextureFogSGIX (GLenum pname)
static void log_glFragmentColorMaterialSGIX (GLenum face, GLenum mode)
static void log_glFragmentLightModelfSGIX (GLenum pname, GLfloat param)
static void log_glFragmentLightModelfvSGIX (GLenum pname, const GLfloat *params)
static void log_glFragmentLightModeliSGIX (GLenum pname, GLint param)
static void log_glFragmentLightModelivSGIX (GLenum pname, const GLint *params)
static void log_glFragmentLightfSGIX (GLenum light, GLenum pname, GLfloat param)
static void log_glFragmentLightfvSGIX (GLenum light, GLenum pname, const GLfloat *params)
static void log_glFragmentLightiSGIX (GLenum light, GLenum pname, GLint param)
static void log_glFragmentLightivSGIX (GLenum light, GLenum pname, const GLint *params)
static void log_glFragmentMaterialfSGIX (GLenum face, GLenum pname, GLfloat param)
static void log_glFragmentMaterialfvSGIX (GLenum face, GLenum pname, const GLfloat *params)
static void log_glFragmentMaterialiSGIX (GLenum face, GLenum pname, GLint param)
static void log_glFragmentMaterialivSGIX (GLenum face, GLenum pname, const GLint *params)
static void log_glGetFragmentLightfvSGIX (GLenum light, GLenum pname, GLfloat *params)
static void log_glGetFragmentLightivSGIX (GLenum light, GLenum pname, GLint *params)
static void log_glGetFragmentMaterialfvSGIX (GLenum face, GLenum pname, GLfloat *params)
static void log_glGetFragmentMaterialivSGIX (GLenum face, GLenum pname, GLint *params)
static void log_glLightEnviSGIX (GLenum pname, GLint param)
static void log_glFrameZoomSGIX (GLint factor)
static void log_glIglooInterfaceSGIX (GLenum pname, const GLvoid *params)
static GLint log_glGetInstrumentsSGIX (void)
static void log_glInstrumentsBufferSGIX (GLsizei size, GLint *buffer)
static GLint log_glPollInstrumentsSGIX (GLint *marker_p)
static void log_glReadInstrumentsSGIX (GLint marker)
static void log_glStartInstrumentsSGIX (void)
static void log_glStopInstrumentsSGIX (GLint marker)
static void log_glGetListParameterfvSGIX (GLuint list, GLenum pname, GLfloat *params)
static void log_glGetListParameterivSGIX (GLuint list, GLenum pname, GLint *params)
static void log_glListParameterfSGIX (GLuint list, GLenum pname, GLfloat param)
static void log_glListParameterfvSGIX (GLuint list, GLenum pname, const GLfloat *params)
static void log_glListParameteriSGIX (GLuint list, GLenum pname, GLint param)
static void log_glListParameterivSGIX (GLuint list, GLenum pname, const GLint *params)
static void log_glPixelTexGenSGIX (GLenum mode)
static void log_glDeformSGIX (GLbitfield mask)
static void log_glDeformationMap3dSGIX (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, GLdouble w1, GLdouble w2, GLint wstride, GLint worder, const GLdouble *points)
static void log_glDeformationMap3fSGIX (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, GLfloat w1, GLfloat w2, GLint wstride, GLint worder, const GLfloat *points)
static void log_glLoadIdentityDeformationMapSGIX (GLbitfield mask)
static void log_glReferencePlaneSGIX (const GLdouble *equation)
static void log_glSpriteParameterfSGIX (GLenum pname, GLfloat param)
static void log_glSpriteParameterfvSGIX (GLenum pname, const GLfloat *params)
static void log_glSpriteParameteriSGIX (GLenum pname, GLint param)
static void log_glSpriteParameterivSGIX (GLenum pname, const GLint *params)
static void log_glTagSampleBufferSGIX (void)
static void log_glColorTableParameterfvSGI (GLenum target, GLenum pname, const GLfloat *params)
static void log_glColorTableParameterivSGI (GLenum target, GLenum pname, const GLint *params)
static void log_glColorTableSGI (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table)
static void log_glCopyColorTableSGI (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width)
static void log_glGetColorTableParameterfvSGI (GLenum target, GLenum pname, GLfloat *params)
static void log_glGetColorTableParameterivSGI (GLenum target, GLenum pname, GLint *params)
static void log_glGetColorTableSGI (GLenum target, GLenum format, GLenum type, GLvoid *table)
static void log_glFinishTextureSUNX (void)
static void log_glGlobalAlphaFactorbSUN (GLbyte factor)
static void log_glGlobalAlphaFactordSUN (GLdouble factor)
static void log_glGlobalAlphaFactorfSUN (GLfloat factor)
static void log_glGlobalAlphaFactoriSUN (GLint factor)
static void log_glGlobalAlphaFactorsSUN (GLshort factor)
static void log_glGlobalAlphaFactorubSUN (GLubyte factor)
static void log_glGlobalAlphaFactoruiSUN (GLuint factor)
static void log_glGlobalAlphaFactorusSUN (GLushort factor)
static void log_glDrawMeshArraysSUN (GLenum mode, GLint first, GLsizei count, GLsizei width)
static void log_glReadVideoPixelsSUN (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels)
static void log_glReplacementCodePointerSUN (GLenum type, GLsizei stride, const GLvoid **pointer)
static void log_glReplacementCodeubSUN (GLubyte code)
static void log_glReplacementCodeubvSUN (const GLubyte *code)
static void log_glReplacementCodeuiSUN (GLuint code)
static void log_glReplacementCodeuivSUN (const GLuint *code)
static void log_glReplacementCodeusSUN (GLushort code)
static void log_glReplacementCodeusvSUN (const GLushort *code)
static void log_glColor3fVertex3fSUN (GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z)
static void log_glColor3fVertex3fvSUN (const GLfloat *c, const GLfloat *v)
static void log_glColor4fNormal3fVertex3fSUN (GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void log_glColor4fNormal3fVertex3fvSUN (const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void log_glColor4ubVertex2fSUN (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y)
static void log_glColor4ubVertex2fvSUN (const GLubyte *c, const GLfloat *v)
static void log_glColor4ubVertex3fSUN (GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z)
static void log_glColor4ubVertex3fvSUN (const GLubyte *c, const GLfloat *v)
static void log_glNormal3fVertex3fSUN (GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void log_glNormal3fVertex3fvSUN (const GLfloat *n, const GLfloat *v)
static void log_glReplacementCodeuiColor3fVertex3fSUN (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z)
static void log_glReplacementCodeuiColor3fVertex3fvSUN (const GLuint *rc, const GLfloat *c, const GLfloat *v)
static void log_glReplacementCodeuiColor4fNormal3fVertex3fSUN (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void log_glReplacementCodeuiColor4fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void log_glReplacementCodeuiColor4ubVertex3fSUN (GLuint rc, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z)
static void log_glReplacementCodeuiColor4ubVertex3fvSUN (const GLuint *rc, const GLubyte *c, const GLfloat *v)
static void log_glReplacementCodeuiNormal3fVertex3fSUN (GLuint rc, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void log_glReplacementCodeuiNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *n, const GLfloat *v)
static void log_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void log_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void log_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void log_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *n, const GLfloat *v)
static void log_glReplacementCodeuiTexCoord2fVertex3fSUN (GLuint rc, GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z)
static void log_glReplacementCodeuiTexCoord2fVertex3fvSUN (const GLuint *rc, const GLfloat *tc, const GLfloat *v)
static void log_glReplacementCodeuiVertex3fSUN (GLuint rc, GLfloat x, GLfloat y, GLfloat z)
static void log_glReplacementCodeuiVertex3fvSUN (const GLuint *rc, const GLfloat *v)
static void log_glTexCoord2fColor3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat x, GLfloat y, GLfloat z)
static void log_glTexCoord2fColor3fVertex3fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *v)
static void log_glTexCoord2fColor4fNormal3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void log_glTexCoord2fColor4fNormal3fVertex3fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void log_glTexCoord2fColor4ubVertex3fSUN (GLfloat s, GLfloat t, GLubyte r, GLubyte g, GLubyte b, GLubyte a, GLfloat x, GLfloat y, GLfloat z)
static void log_glTexCoord2fColor4ubVertex3fvSUN (const GLfloat *tc, const GLubyte *c, const GLfloat *v)
static void log_glTexCoord2fNormal3fVertex3fSUN (GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z)
static void log_glTexCoord2fNormal3fVertex3fvSUN (const GLfloat *tc, const GLfloat *n, const GLfloat *v)
static void log_glTexCoord2fVertex3fSUN (GLfloat s, GLfloat t, GLfloat x, GLfloat y, GLfloat z)
static void log_glTexCoord2fVertex3fvSUN (const GLfloat *tc, const GLfloat *v)
static void log_glTexCoord4fColor4fNormal3fVertex4fSUN (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glTexCoord4fColor4fNormal3fVertex4fvSUN (const GLfloat *tc, const GLfloat *c, const GLfloat *n, const GLfloat *v)
static void log_glTexCoord4fVertex4fSUN (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
static void log_glTexCoord4fVertex4fvSUN (const GLfloat *tc, const GLfloat *v)
static void log_glAddSwapHintRectWIN (GLint x, GLint y, GLsizei width, GLsizei height)
static BOOL log_wglSetStereoEmitterState3DL (HDC hDC, UINT uState)
static VOID log_wglBlitContextFramebufferAMD (HGLRC dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static HGLRC log_wglCreateAssociatedContextAMD (UINT id)
static HGLRC log_wglCreateAssociatedContextAttribsAMD (UINT id, HGLRC hShareContext, const int *attribList)
static BOOL log_wglDeleteAssociatedContextAMD (HGLRC hglrc)
static UINT log_wglGetContextGPUIDAMD (HGLRC hglrc)
static HGLRC log_wglGetCurrentAssociatedContextAMD (void)
static UINT log_wglGetGPUIDsAMD (UINT maxCount, UINT *ids)
static INT log_wglGetGPUInfoAMD (UINT id, int property, GLenum dataType, UINT size, void *data)
static BOOL log_wglMakeAssociatedContextCurrentAMD (HGLRC hglrc)
static HANDLE log_wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType)
static VOID log_wglDeleteBufferRegionARB (HANDLE hRegion)
static BOOL log_wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSrc, int ySrc)
static BOOL log_wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)
static HGLRC log_wglCreateContextAttribsARB (HDC hDC, HGLRC hShareContext, const int *piAttribList)
static const char * log_wglGetExtensionsStringARB (HDC hDC)
static HDC log_wglGetCurrentReadDCARB (void)
static BOOL log_wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc)
static HPBUFFERARB log_wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList)
static BOOL log_wglDestroyPbufferARB (HPBUFFERARB hPbuffer)
static HDC log_wglGetPbufferDCARB (HPBUFFERARB hPbuffer)
static BOOL log_wglQueryPbufferARB (HPBUFFERARB hPbuffer, int iAttribute, int *piValue)
static int log_wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC)
static BOOL log_wglChoosePixelFormatARB (HDC hDC, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
static BOOL log_wglGetPixelFormatAttribfvARB (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues)
static BOOL log_wglGetPixelFormatAttribivARB (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues)
static BOOL log_wglBindTexImageARB (HPBUFFERARB hPbuffer, int iBuffer)
static BOOL log_wglReleaseTexImageARB (HPBUFFERARB hPbuffer, int iBuffer)
static BOOL log_wglSetPbufferAttribARB (HPBUFFERARB hPbuffer, const int *piAttribList)
static GLboolean log_wglBindDisplayColorTableEXT (GLushort id)
static GLboolean log_wglCreateDisplayColorTableEXT (GLushort id)
static VOID log_wglDestroyDisplayColorTableEXT (GLushort id)
static GLboolean log_wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length)
static const char * log_wglGetExtensionsStringEXT (void)
static HDC log_wglGetCurrentReadDCEXT (void)
static BOOL log_wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc)
static HPBUFFEREXT log_wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList)
static BOOL log_wglDestroyPbufferEXT (HPBUFFEREXT hPbuffer)
static HDC log_wglGetPbufferDCEXT (HPBUFFEREXT hPbuffer)
static BOOL log_wglQueryPbufferEXT (HPBUFFEREXT hPbuffer, int iAttribute, int *piValue)
static int log_wglReleasePbufferDCEXT (HPBUFFEREXT hPbuffer, HDC hDC)
static BOOL log_wglChoosePixelFormatEXT (HDC hDC, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
static BOOL log_wglGetPixelFormatAttribfvEXT (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues)
static BOOL log_wglGetPixelFormatAttribivEXT (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues)
static int log_wglGetSwapIntervalEXT (void)
static BOOL log_wglSwapIntervalEXT (int interval)
static int log_wglChoosePixelFormat (HDC hDC, const PIXELFORMATDESCRIPTOR *ppfd)
static int log_wglDescribePixelFormat (HDC hDC, int iPixelFormat, UINT nBytes, LPPIXELFORMATDESCRIPTOR ppfd)
static int log_wglGetPixelFormat (HDC hDC)
static BOOL log_wglSetPixelFormat (HDC hDC, int iPixelFormat, const PIXELFORMATDESCRIPTOR *ppfd)
static BOOL log_wglSwapBuffers (HDC hDC)
static BOOL log_wglGetDigitalVideoParametersI3D (HDC hDC, int iAttribute, int *piValue)
static BOOL log_wglSetDigitalVideoParametersI3D (HDC hDC, int iAttribute, const int *piValue)
static BOOL log_wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue)
static BOOL log_wglGetGammaTableParametersI3D (HDC hDC, int iAttribute, int *piValue)
static BOOL log_wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue)
static BOOL log_wglSetGammaTableParametersI3D (HDC hDC, int iAttribute, const int *piValue)
static BOOL log_wglDisableGenlockI3D (HDC hDC)
static BOOL log_wglEnableGenlockI3D (HDC hDC)
static BOOL log_wglGenlockSampleRateI3D (HDC hDC, UINT uRate)
static BOOL log_wglGenlockSourceDelayI3D (HDC hDC, UINT uDelay)
static BOOL log_wglGenlockSourceEdgeI3D (HDC hDC, UINT uEdge)
static BOOL log_wglGenlockSourceI3D (HDC hDC, UINT uSource)
static BOOL log_wglGetGenlockSampleRateI3D (HDC hDC, UINT *uRate)
static BOOL log_wglGetGenlockSourceDelayI3D (HDC hDC, UINT *uDelay)
static BOOL log_wglGetGenlockSourceEdgeI3D (HDC hDC, UINT *uEdge)
static BOOL log_wglGetGenlockSourceI3D (HDC hDC, UINT *uSource)
static BOOL log_wglIsEnabledGenlockI3D (HDC hDC, BOOL *pFlag)
static BOOL log_wglQueryGenlockMaxSourceDelayI3D (HDC hDC, UINT *uMaxLineDelay, UINT *uMaxPixelDelay)
static BOOL log_wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count)
static LPVOID log_wglCreateImageBufferI3D (HDC hDC, DWORD dwSize, UINT uFlags)
static BOOL log_wglDestroyImageBufferI3D (HDC hDC, LPVOID pAddress)
static BOOL log_wglReleaseImageBufferEventsI3D (HDC hDC, const LPVOID *pAddress, UINT count)
static BOOL log_wglDisableFrameLockI3D (void)
static BOOL log_wglEnableFrameLockI3D (void)
static BOOL log_wglIsEnabledFrameLockI3D (BOOL *pFlag)
static BOOL log_wglQueryFrameLockMasterI3D (BOOL *pFlag)
static BOOL log_wglBeginFrameTrackingI3D (void)
static BOOL log_wglEndFrameTrackingI3D (void)
static BOOL log_wglGetFrameUsageI3D (float *pUsage)
static BOOL log_wglQueryFrameTrackingI3D (DWORD *pFrameCount, DWORD *pMissedFrames, float *pLastMissedUsage)
static BOOL log_wglDXCloseDeviceNV (HANDLE hDevice)
static BOOL log_wglDXLockObjectsNV (HANDLE hDevice, GLint count, HANDLE *hObjects)
static BOOL log_wglDXObjectAccessNV (HANDLE hObject, GLenum access)
static HANDLE log_wglDXOpenDeviceNV (GLvoid *dxDevice)
static HANDLE log_wglDXRegisterObjectNV (HANDLE hDevice, GLvoid *dxObject, GLuint name, GLenum type, GLenum access)
static BOOL log_wglDXSetResourceShareHandleNV (GLvoid *dxObject, HANDLE shareHandle)
static BOOL log_wglDXUnlockObjectsNV (HANDLE hDevice, GLint count, HANDLE *hObjects)
static BOOL log_wglDXUnregisterObjectNV (HANDLE hDevice, HANDLE hObject)
static BOOL log_wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, HGLRC hDstRC, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
static HDC log_wglCreateAffinityDCNV (const HGPUNV *phGpuList)
static BOOL log_wglDeleteDCNV (HDC hAffinityDC)
static BOOL log_wglEnumGpuDevicesNV (HGPUNV hGpu, UINT iDeviceIndex, PGPU_DEVICE lpGpuDevice)
static BOOL log_wglEnumGpusFromAffinityDCNV (HDC hAffinityDC, UINT iGpuIndex, HGPUNV *hGpu)
static BOOL log_wglEnumGpusNV (UINT iGpuIndex, HGPUNV *phGpu)
static BOOL log_wglBindVideoDeviceNV (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUTDEVICENV hVideoDevice, const int *piAttribList)
static int log_wglEnumerateVideoDevicesNV (HDC hDC, HVIDEOOUTPUTDEVICENV *phDeviceList)
static BOOL log_wglQueryCurrentContextNV (int iAttribute, int *piValue)
static BOOL log_wglBindSwapBarrierNV (GLuint group, GLuint barrier)
static BOOL log_wglJoinSwapGroupNV (HDC hDC, GLuint group)
static BOOL log_wglQueryFrameCountNV (HDC hDC, GLuint *count)
static BOOL log_wglQueryMaxSwapGroupsNV (HDC hDC, GLuint *maxGroups, GLuint *maxBarriers)
static BOOL log_wglQuerySwapGroupNV (HDC hDC, GLuint *group, GLuint *barrier)
static BOOL log_wglResetFrameCountNV (HDC hDC)
static voidlog_wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority)
static void log_wglFreeMemoryNV (void *pointer)
static BOOL log_wglBindVideoCaptureDeviceNV (UINT uVideoSlot, HVIDEOINPUTDEVICENV hDevice)
static UINT log_wglEnumerateVideoCaptureDevicesNV (HDC hDC, HVIDEOINPUTDEVICENV *phDeviceList)
static BOOL log_wglLockVideoCaptureDeviceNV (HDC hDC, HVIDEOINPUTDEVICENV hDevice)
static BOOL log_wglQueryVideoCaptureDeviceNV (HDC hDC, HVIDEOINPUTDEVICENV hDevice, int iAttribute, int *piValue)
static BOOL log_wglReleaseVideoCaptureDeviceNV (HDC hDC, HVIDEOINPUTDEVICENV hDevice)
static BOOL log_wglBindVideoImageNV (HPVIDEODEV hVideoDevice, HPBUFFERARB hPbuffer, int iVideoBuffer)
static BOOL log_wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice)
static BOOL log_wglGetVideoInfoNV (HPVIDEODEV hpVideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo)
static BOOL log_wglReleaseVideoDeviceNV (HPVIDEODEV hVideoDevice)
static BOOL log_wglReleaseVideoImageNV (HPBUFFERARB hPbuffer, int iVideoBuffer)
static BOOL log_wglSendPbufferToVideoNV (HPBUFFERARB hPbuffer, int iBufferType, unsigned long *pulCounterPbuffer, BOOL bBlock)
static BOOL log_wglGetMscRateOML (HDC hDC, INT32 *numerator, INT32 *denominator)
static BOOL log_wglGetSyncValuesOML (HDC hDC, INT64 *ust, INT64 *msc, INT64 *sbc)
static INT64 log_wglSwapBuffersMscOML (HDC hDC, INT64 target_msc, INT64 divisor, INT64 remainder)
static INT64 log_wglSwapLayerBuffersMscOML (HDC hDC, int fuPlanes, INT64 target_msc, INT64 divisor, INT64 remainder)
static BOOL log_wglWaitForMscOML (HDC hDC, INT64 target_msc, INT64 divisor, INT64 remainder, INT64 *ust, INT64 *msc, INT64 *sbc)
static BOOL log_wglWaitForSbcOML (HDC hDC, INT64 target_sbc, INT64 *ust, INT64 *msc, INT64 *sbc)
static BOOL log_wglCopyContext (HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask)
static HGLRC log_wglCreateContext (HDC hDC)
static HGLRC log_wglCreateLayerContext (HDC hDC, int iLayerPlane)
static BOOL log_wglDeleteContext (HGLRC hglrc)
static BOOL log_wglDescribeLayerPlane (HDC hDC, int iPixelFormat, int iLayerPlane, UINT nBytes, LPLAYERPLANEDESCRIPTOR plpd)
static HGLRC log_wglGetCurrentContext (void)
static HDC log_wglGetCurrentDC (void)
static PROC log_wglGetDefaultProcAddress (LPCSTR lpszProc)
static int log_wglGetLayerPaletteEntries (HDC hDC, int iLayerPlane, int iStart, int nEntries, COLORREF *pcr)
static PROC log_wglGetProcAddress (LPCSTR lpszProc)
static BOOL log_wglMakeCurrent (HDC hDC, HGLRC hglrc)
static BOOL log_wglRealizeLayerPalette (HDC hDC, int iLayerPlane, BOOL bRealize)
static int log_wglSetLayerPaletteEntries (HDC hDC, int iLayerPlane, int iStart, int nEntries, const COLORREF *pcr)
static BOOL log_wglShareLists (HGLRC hglrcShare, HGLRC hglrcSrc)
static BOOL log_wglSwapLayerBuffers (HDC hDC, UINT fuPlanes)
static DWORD log_wglSwapMultipleBuffers (UINT n, const WGLSWAP *ps)
static BOOL log_wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase)
static BOOL log_wglUseFontBitmapsW (HDC hDC, DWORD first, DWORD count, DWORD listBase)
static BOOL log_wglUseFontOutlinesA (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf)
static BOOL log_wglUseFontOutlinesW (HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf)
static XVisualInfo * log_glXChooseVisual (Display *dpy, int screen, int *attribList)
static void log_glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, unsigned long mask)
static GLXContext log_glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct)
static GLXPixmap log_glXCreateGLXPixmap (Display *dpy, XVisualInfo *vis, Pixmap pixmap)
static void log_glXDestroyContext (Display *dpy, GLXContext ctx)
static void log_glXDestroyGLXPixmap (Display *dpy, GLXPixmap pix)
static int log_glXGetConfig (Display *dpy, XVisualInfo *vis, int attrib, int *value)
static GLXContext log_glXGetCurrentContext (void)
static GLXDrawable log_glXGetCurrentDrawable (void)
static Bool log_glXIsDirect (Display *dpy, GLXContext ctx)
static Bool log_glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx)
static Bool log_glXQueryExtension (Display *dpy, int *errorBase, int *eventBase)
static Bool log_glXQueryVersion (Display *dpy, int *major, int *minor)
static void log_glXSwapBuffers (Display *dpy, GLXDrawable drawable)
static void log_glXUseXFont (Font font, int first, int count, int listBase)
static void log_glXWaitGL (void)
static void log_glXWaitX (void)
static const char * log_glXGetClientString (Display *dpy, int name)
static const char * log_glXQueryExtensionsString (Display *dpy, int screen)
static const char * log_glXQueryServerString (Display *dpy, int screen, int name)
static Displaylog_glXGetCurrentDisplay (void)
static GLXFBConfiglog_glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements)
static GLXContext log_glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
static GLXPbuffer log_glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list)
static GLXPixmap log_glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list)
static GLXWindow log_glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list)
static void log_glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf)
static void log_glXDestroyPixmap (Display *dpy, GLXPixmap pixmap)
static void log_glXDestroyWindow (Display *dpy, GLXWindow win)
static GLXDrawable log_glXGetCurrentReadDrawable (void)
static int log_glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value)
static GLXFBConfiglog_glXGetFBConfigs (Display *dpy, int screen, int *nelements)
static void log_glXGetSelectedEvent (Display *dpy, GLXDrawable draw, unsigned long *event_mask)
static XVisualInfo * log_glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config)
static Bool log_glXMakeContextCurrent (Display *display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
static int log_glXQueryContext (Display *dpy, GLXContext ctx, int attribute, int *value)
static void log_glXQueryDrawable (Display *dpy, GLXDrawable draw, int attribute, unsigned int *value)
static void log_glXSelectEvent (Display *dpy, GLXDrawable draw, unsigned long event_mask)
static __GLXextFuncPtr log_glXGetProcAddress (const GLubyte *procName)
static void log_glXBlitContextFramebufferAMD (GLXContext dstCtx, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
static GLXContext log_glXCreateAssociatedContextAMD (unsigned int id, GLXContext share_list)
static GLXContext log_glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const int *attribList)
static Bool log_glXDeleteAssociatedContextAMD (GLXContext ctx)
static unsigned int log_glXGetContextGPUIDAMD (GLXContext ctx)
static GLXContext log_glXGetCurrentAssociatedContextAMD (void)
static unsigned int log_glXGetGPUIDsAMD (unsigned int maxCount, unsigned int *ids)
static int log_glXGetGPUInfoAMD (unsigned int id, int property, GLenum dataType, unsigned int size, GLvoid *data)
static Bool log_glXMakeAssociatedContextCurrentAMD (GLXContext ctx)
static GLXContext log_glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list)
static __GLXextFuncPtr log_glXGetProcAddressARB (const GLubyte *procName)
static void log_glXBindTexImageATI (Display *dpy, GLXPbuffer pbuf, int buffer)
static void log_glXDrawableAttribATI (Display *dpy, GLXDrawable draw, const int *attrib_list)
static void log_glXReleaseTexImageATI (Display *dpy, GLXPbuffer pbuf, int buffer)
static void log_glXFreeContextEXT (Display *dpy, GLXContext context)
static GLXContextID log_glXGetContextIDEXT (const GLXContext context)
static GLXContext log_glXImportContextEXT (Display *dpy, GLXContextID contextID)
static int log_glXQueryContextInfoEXT (Display *dpy, GLXContext context, int attribute, int *value)
static void log_glXSwapIntervalEXT (Display *dpy, GLXDrawable drawable, int interval)
static void log_glXBindTexImageEXT (Display *display, GLXDrawable drawable, int buffer, const int *attrib_list)
static void log_glXReleaseTexImageEXT (Display *display, GLXDrawable drawable, int buffer)
static unsigned int log_glXGetAGPOffsetMESA (const void *pointer)
static void log_glXCopySubBufferMESA (Display *dpy, GLXDrawable drawable, int x, int y, int width, int height)
static GLXPixmap log_glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap)
static Bool log_glXReleaseBuffersMESA (Display *dpy, GLXDrawable d)
static GLboolean log_glXSet3DfxModeMESA (GLint mode)
static int log_glXGetSwapIntervalMESA (void)
static int log_glXSwapIntervalMESA (unsigned int interval)
static void log_glXCopyImageSubDataNV (Display *dpy, GLXContext srcCtx, GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLXContext dstCtx, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei width, GLsizei height, GLsizei depth)
static int log_glXBindVideoDeviceNV (Display *dpy, unsigned int video_slot, unsigned int video_device, const int *attrib_list)
static unsigned int * log_glXEnumerateVideoDevicesNV (Display *dpy, int screen, int *nelements)
static Bool log_glXBindSwapBarrierNV (Display *dpy, GLuint group, GLuint barrier)
static Bool log_glXJoinSwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint group)
static Bool log_glXQueryFrameCountNV (Display *dpy, int screen, GLuint *count)
static Bool log_glXQueryMaxSwapGroupsNV (Display *dpy, int screen, GLuint *maxGroups, GLuint *maxBarriers)
static Bool log_glXQuerySwapGroupNV (Display *dpy, GLXDrawable drawable, GLuint *group, GLuint *barrier)
static Bool log_glXResetFrameCountNV (Display *dpy, int screen)
static voidlog_glXAllocateMemoryNV (GLsizei size, GLfloat readFrequency, GLfloat writeFrequency, GLfloat priority)
static void log_glXFreeMemoryNV (void *pointer)
static int log_glXBindVideoCaptureDeviceNV (Display *dpy, unsigned int video_capture_slot, GLXVideoCaptureDeviceNV device)
static GLXVideoCaptureDeviceNVlog_glXEnumerateVideoCaptureDevicesNV (Display *dpy, int screen, int *nelements)
static void log_glXLockVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device)
static int log_glXQueryVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device, int attribute, int *value)
static void log_glXReleaseVideoCaptureDeviceNV (Display *dpy, GLXVideoCaptureDeviceNV device)
static int log_glXBindVideoImageNV (Display *dpy, GLXVideoDeviceNV VideoDevice, GLXPbuffer pbuf, int iVideoBuffer)
static int log_glXGetVideoDeviceNV (Display *dpy, int screen, int numVideoDevices, GLXVideoDeviceNV *pVideoDevice)
static int log_glXGetVideoInfoNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo)
static int log_glXReleaseVideoDeviceNV (Display *dpy, int screen, GLXVideoDeviceNV VideoDevice)
static int log_glXReleaseVideoImageNV (Display *dpy, GLXPbuffer pbuf)
static int log_glXSendPbufferToVideoNV (Display *dpy, GLXPbuffer pbuf, int iBufferType, unsigned long *pulCounterPbuffer, GLboolean bBlock)
static Bool log_glXGetMscRateOML (Display *dpy, GLXDrawable drawable, int32_t *numerator, int32_t *denominator)
static Bool log_glXGetSyncValuesOML (Display *dpy, GLXDrawable drawable, int64_t *ust, int64_t *msc, int64_t *sbc)
static int64_t log_glXSwapBuffersMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder)
static Bool log_glXWaitForMscOML (Display *dpy, GLXDrawable drawable, int64_t target_msc, int64_t divisor, int64_t remainder, int64_t *ust, int64_t *msc, int64_t *sbc)
static Bool log_glXWaitForSbcOML (Display *dpy, GLXDrawable drawable, int64_t target_sbc, int64_t *ust, int64_t *msc, int64_t *sbc)
static GLXFBConfigSGIXlog_glXChooseFBConfigSGIX (Display *dpy, int screen, const int *attrib_list, int *nelements)
static GLXContext log_glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct)
static GLXPixmap log_glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfig config, Pixmap pixmap)
static int log_glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
static GLXFBConfigSGIX log_glXGetFBConfigFromVisualSGIX (Display *dpy, XVisualInfo *vis)
static XVisualInfo * log_glXGetVisualFromFBConfigSGIX (Display *dpy, GLXFBConfig config)
static GLXPbuffer log_glXCreateGLXPbufferSGIX (Display *dpy, GLXFBConfig config, unsigned int width, unsigned int height, int *attrib_list)
static void log_glXDestroyGLXPbufferSGIX (Display *dpy, GLXPbuffer pbuf)
static void log_glXGetSelectedEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long *mask)
static void log_glXQueryGLXPbufferSGIX (Display *dpy, GLXPbuffer pbuf, int attribute, unsigned int *value)
static void log_glXSelectEventSGIX (Display *dpy, GLXDrawable drawable, unsigned long mask)
static void log_glXBindSwapBarrierSGIX (Display *dpy, GLXDrawable drawable, int barrier)
static Bool log_glXQueryMaxSwapBarriersSGIX (Display *dpy, int screen, int *max)
static void log_glXJoinSwapGroupSGIX (Display *dpy, GLXDrawable drawable, GLXDrawable member)
static int log_glXBindChannelToWindowSGIX (Display *display, int screen, int channel, Window window)
static int log_glXChannelRectSGIX (Display *display, int screen, int channel, int x, int y, int w, int h)
static int log_glXChannelRectSyncSGIX (Display *display, int screen, int channel, GLenum synctype)
static int log_glXQueryChannelDeltasSGIX (Display *display, int screen, int channel, int *x, int *y, int *w, int *h)
static int log_glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, int *dh)
static void log_glXCushionSGI (Display *dpy, Window window, float cushion)
static GLXDrawable log_glXGetCurrentReadDrawableSGI (void)
static Bool log_glXMakeCurrentReadSGI (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
static int log_glXSwapIntervalSGI (int interval)
static int log_glXGetVideoSyncSGI (unsigned int *count)
static int log_glXWaitVideoSyncSGI (int divisor, int remainder, unsigned int *count)
static Status log_glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex)
static int log_glXGetVideoResizeSUN (Display *display, GLXDrawable window, float *factor)
static int log_glXVideoResizeSUN (Display *display, GLXDrawable window, float factor)
static CGLError log_CGLChoosePixelFormat (const CGLPixelFormatAttribute *attribs, CGLPixelFormatObj *pix, GLint *npix)
static CGLError log_CGLClearDrawable (CGLContextObj ctx)
static CGLError log_CGLCopyContext (CGLContextObj src, CGLContextObj dst, GLbitfield mask)
static CGLError log_CGLCreateContext (CGLPixelFormatObj pix, CGLContextObj share, CGLContextObj *ctx)
static CGLError log_CGLDescribePixelFormat (CGLPixelFormatObj pix, GLint pix_num, CGLPixelFormatAttribute attrib, GLint *value)
static CGLError log_CGLDescribeRenderer (CGLRendererInfoObj rend, GLint rend_num, CGLRendererProperty prop, GLint *value)
static CGLError log_CGLDestroyContext (CGLContextObj ctx)
static CGLError log_CGLDestroyPixelFormat (CGLPixelFormatObj pix)
static CGLError log_CGLDestroyRendererInfo (CGLRendererInfoObj rend)
static CGLError log_CGLDisable (CGLContextObj ctx, CGLContextEnable pname)
static CGLError log_CGLEnable (CGLContextObj ctx, CGLContextEnable pname)
static const char * log_CGLErrorString (CGLError error)
static CGLError log_CGLFlushDrawable (CGLContextObj ctx)
static CGLError log_CGLGetOffScreen (CGLContextObj ctx, GLsizei *width, GLsizei *height, GLsizei *rowbytes, void **baseaddr)
static CGLError log_CGLGetOption (CGLGlobalOption pname, GLint *param)
static CGLError log_CGLGetParameter (CGLContextObj ctx, CGLContextParameter pname, GLint *params)
static void log_CGLGetVersion (GLint *majorvers, GLint *minorvers)
static CGLError log_CGLGetVirtualScreen (CGLContextObj ctx, GLint *screen)
static CGLError log_CGLIsEnabled (CGLContextObj ctx, CGLContextEnable pname, GLint *enable)
static CGLError log_CGLQueryRendererInfo (GLuint display_mask, CGLRendererInfoObj *rend, GLint *nrend)
static CGLError log_CGLSetFullScreen (CGLContextObj ctx)
static CGLError log_CGLSetOffScreen (CGLContextObj ctx, GLsizei width, GLsizei height, GLsizei rowbytes, void *baseaddr)
static CGLError log_CGLSetOption (CGLGlobalOption pname, GLint param)
static CGLError log_CGLSetParameter (CGLContextObj ctx, CGLContextParameter pname, const GLint *params)
static CGLError log_CGLSetVirtualScreen (CGLContextObj ctx, GLint screen)
static CGLError log_CGLCreatePBuffer (GLsizei width, GLsizei height, GLenum target, GLenum internalFormat, GLint max_level, CGLPBufferObj *pbuffer)
static CGLError log_CGLDescribePBuffer (CGLPBufferObj pbuffer, GLsizei *width, GLsizei *height, GLenum *target, GLenum *internalFormat, GLint *mipmap)
static CGLError log_CGLDestroyPBuffer (CGLPBufferObj pbuffer)
static CGLError log_CGLGetPBuffer (CGLContextObj ctx, CGLPBufferObj *pbuffer, GLenum *face, GLint *level, GLint *screen)
static CGLError log_CGLSetPBuffer (CGLContextObj ctx, CGLPBufferObj pbuffer, GLenum face, GLint level, GLint screen)
static CGLError log_CGLTexImagePBuffer (CGLContextObj ctx, CGLPBufferObj pbuffer, GLenum source)
static GLuint log_CGLGetContextRetainCount (CGLContextObj ctx)
static CGLError log_CGLGetGlobalOption (CGLGlobalOption pname, GLint *params)
static GLuint log_CGLGetPBufferRetainCount (CGLPBufferObj pbuffer)
static CGLPixelFormatObj log_CGLGetPixelFormat (CGLContextObj ctx)
static GLuint log_CGLGetPixelFormatRetainCount (CGLPixelFormatObj pix)
static CGLError log_CGLLockContext (CGLContextObj ctx)
static void log_CGLReleaseContext (CGLContextObj ctx)
static void log_CGLReleasePBuffer (CGLPBufferObj pbuffer)
static void log_CGLReleasePixelFormat (CGLPixelFormatObj pix)
static CGLContextObj log_CGLRetainContext (CGLContextObj ctx)
static CGLPBufferObj log_CGLRetainPBuffer (CGLPBufferObj pbuffer)
static CGLPixelFormatObj log_CGLRetainPixelFormat (CGLPixelFormatObj pix)
static CGLError log_CGLSetGlobalOption (CGLGlobalOption pname, const GLint *params)
static CGLError log_CGLUnlockContext (CGLContextObj ctx)
static CGLContextObj log_CGLGetCurrentContext (void)
static CGLShareGroupObj log_CGLGetShareGroup (CGLContextObj ctx)
static CGLError log_CGLGetSurface (CGLContextObj ctx, CGSConnectionID *conn, CGSWindowID *win, CGSSurfaceID *srf)
static CGLError log_CGLSetCurrentContext (CGLContextObj ctx)
static CGLError log_CGLSetSurface (CGLContextObj ctx, CGSConnectionID conn, CGSWindowID win, CGSSurfaceID srf)
static CGLError log_CGLTexImageIOSurface2D (CGLContextObj ctx, GLenum target, GLenum internal_format, GLsizei width, GLsizei height, GLenum format, GLenum type, IOSurfaceRef ioSurface, GLuint plane)
static CGLError log_CGLUpdateContext (CGLContextObj ctx)
static EGLBoolean log_eglQuerySurfacePointerANGLE (EGLDisplay dpy, EGLSurface surface, EGLint attribute, GLvoid **value)
static EGLint log_eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR GLsync, EGLint flags, EGLTimeKHR timeout)
static EGLSyncKHR log_eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
static EGLBoolean log_eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR GLsync)
static EGLBoolean log_eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR GLsync, EGLint attribute, EGLint *value)
static EGLImageKHR log_eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list)
static EGLBoolean log_eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image)
static EGLBoolean log_eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list)
static EGLBoolean log_eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface)
static EGLBoolean log_eglStreamConsumerAcquireKHR (EGLDisplay dpy, EGLStreamKHR stream)
static EGLBoolean log_eglStreamConsumerGLTextureExternalKHR (EGLDisplay dpy, EGLStreamKHR stream)
static EGLBoolean log_eglStreamConsumerReleaseKHR (EGLDisplay dpy, EGLStreamKHR stream)
static EGLStreamKHR log_eglCreateStreamFromFileDescriptorKHR (EGLDisplay dpy, EGLNativeFileDescriptorKHR file_descriptor)
static EGLNativeFileDescriptorKHR log_eglGetStreamFileDescriptorKHR (EGLDisplay dpy, EGLStreamKHR stream)
static EGLSurface log_eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, EGLStreamKHR stream, const EGLint *attrib_list)
static EGLint log_eglWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR GLsync, EGLint flags)
static EGLImageKHR log_eglCreateDRMImageMESA (EGLDisplay dpy, const EGLint *attrib_list)
static EGLBoolean log_eglExportDRMImageMESA (EGLDisplay dpy, EGLImageKHR image, EGLint *name, EGLint *handle, EGLint *stride)
static void log_eglCoverageMaskNV (GLboolean mask)
static void log_eglCoverageOperationNV (GLenum operation)
static EGLBoolean log_eglPostSubBufferNV (EGLDisplay dpy, EGLSurface surface, EGLint x, EGLint y, EGLint width, EGLint height)
static EGLint log_eglClientWaitSyncNV (EGLSyncNV GLsync, EGLint flags, EGLTimeNV timeout)
static EGLSyncNV log_eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint *attrib_list)
static EGLBoolean log_eglDestroySyncNV (EGLSyncNV GLsync)
static EGLBoolean log_eglFenceNV (EGLSyncNV GLsync)
static EGLBoolean log_eglGetSyncAttribNV (EGLSyncNV GLsync, EGLint attribute, EGLint *value)
static EGLBoolean log_eglSignalSyncNV (EGLSyncNV GLsync, EGLenum mode)
static EGLuint64NV log_eglGetSystemTimeFrequencyNV (void)
static EGLuint64NV log_eglGetSystemTimeNV (void)
static EGLBoolean log_eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
static EGLBoolean log_eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
static EGLContext log_eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
static EGLSurface log_eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
static EGLSurface log_eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
static EGLSurface log_eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
static EGLBoolean log_eglDestroyContext (EGLDisplay dpy, EGLContext ctx)
static EGLBoolean log_eglDestroySurface (EGLDisplay dpy, EGLSurface surface)
static EGLBoolean log_eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
static EGLBoolean log_eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
static EGLContext log_eglGetCurrentContext (void)
static EGLDisplay log_eglGetCurrentDisplay (void)
static EGLSurface log_eglGetCurrentSurface (EGLint readdraw)
static EGLDisplay log_eglGetDisplay (EGLNativeDisplayType display_id)
static EGLint log_eglGetError (void)
static
__eglMustCastToProperFunctionPointerType 
log_eglGetProcAddress (const char *procname)
static EGLBoolean log_eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor)
static EGLBoolean log_eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
static EGLBoolean log_eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
static const char * log_eglQueryString (EGLDisplay dpy, EGLint name)
static EGLBoolean log_eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value)
static EGLBoolean log_eglSwapBuffers (EGLDisplay dpy, EGLSurface surface)
static EGLBoolean log_eglTerminate (EGLDisplay dpy)
static EGLBoolean log_eglWaitGL (void)
static EGLBoolean log_eglWaitNative (EGLint engine)
static EGLBoolean log_eglBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
static EGLBoolean log_eglReleaseTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
static EGLBoolean log_eglBindAPI (EGLenum api)
static EGLSurface log_eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list)
static EGLenum log_eglQueryAPI (void)
static EGLBoolean log_eglReleaseThread (void)
static EGLBoolean log_eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
static EGLBoolean log_eglSwapInterval (EGLDisplay dpy, EGLint interval)
static EGLBoolean log_eglWaitClient (void)
void InitDispatchTableLog (DispatchTableGL &tbl)
void InitDispatchTableGlobalLog (DispatchTableGlobal &tbl)

Function Documentation

static CGLError log_CGLChoosePixelFormat ( const CGLPixelFormatAttribute attribs,
CGLPixelFormatObj pix,
GLint npix 
) [static]
static CGLError log_CGLClearDrawable ( CGLContextObj  ctx) [static]
static CGLError log_CGLCopyContext ( CGLContextObj  src,
CGLContextObj  dst,
GLbitfield  mask 
) [static]
static CGLError log_CGLCreateContext ( CGLPixelFormatObj  pix,
CGLContextObj  share,
CGLContextObj ctx 
) [static]
static CGLError log_CGLCreatePBuffer ( GLsizei  width,
GLsizei  height,
GLenum  target,
GLenum  internalFormat,
GLint  max_level,
CGLPBufferObj pbuffer 
) [static]
static CGLError log_CGLDescribePBuffer ( CGLPBufferObj  pbuffer,
GLsizei width,
GLsizei height,
GLenum target,
GLenum internalFormat,
GLint mipmap 
) [static]
static CGLError log_CGLDescribePixelFormat ( CGLPixelFormatObj  pix,
GLint  pix_num,
CGLPixelFormatAttribute  attrib,
GLint value 
) [static]
static CGLError log_CGLDescribeRenderer ( CGLRendererInfoObj  rend,
GLint  rend_num,
CGLRendererProperty  prop,
GLint value 
) [static]
static CGLError log_CGLDestroyContext ( CGLContextObj  ctx) [static]
static CGLError log_CGLDestroyPBuffer ( CGLPBufferObj  pbuffer) [static]
static CGLError log_CGLDisable ( CGLContextObj  ctx,
CGLContextEnable  pname 
) [static]
static CGLError log_CGLEnable ( CGLContextObj  ctx,
CGLContextEnable  pname 
) [static]
static const char* log_CGLErrorString ( CGLError  error) [static]
static CGLError log_CGLFlushDrawable ( CGLContextObj  ctx) [static]
static CGLError log_CGLGetGlobalOption ( CGLGlobalOption  pname,
GLint params 
) [static]
static CGLError log_CGLGetOffScreen ( CGLContextObj  ctx,
GLsizei width,
GLsizei height,
GLsizei rowbytes,
void **  baseaddr 
) [static]
static CGLError log_CGLGetOption ( CGLGlobalOption  pname,
GLint param 
) [static]
static CGLError log_CGLGetParameter ( CGLContextObj  ctx,
CGLContextParameter  pname,
GLint params 
) [static]
static CGLError log_CGLGetPBuffer ( CGLContextObj  ctx,
CGLPBufferObj pbuffer,
GLenum face,
GLint level,
GLint screen 
) [static]
static GLuint log_CGLGetPBufferRetainCount ( CGLPBufferObj  pbuffer) [static]
static CGLError log_CGLGetSurface ( CGLContextObj  ctx,
CGSConnectionID conn,
CGSWindowID win,
CGSSurfaceID srf 
) [static]
static void log_CGLGetVersion ( GLint majorvers,
GLint minorvers 
) [static]
static CGLError log_CGLGetVirtualScreen ( CGLContextObj  ctx,
GLint screen 
) [static]
static CGLError log_CGLIsEnabled ( CGLContextObj  ctx,
CGLContextEnable  pname,
GLint enable 
) [static]
static CGLError log_CGLLockContext ( CGLContextObj  ctx) [static]
static CGLError log_CGLQueryRendererInfo ( GLuint  display_mask,
CGLRendererInfoObj rend,
GLint nrend 
) [static]
static void log_CGLReleaseContext ( CGLContextObj  ctx) [static]
static void log_CGLReleasePBuffer ( CGLPBufferObj  pbuffer) [static]
static CGLPBufferObj log_CGLRetainPBuffer ( CGLPBufferObj  pbuffer) [static]
static CGLError log_CGLSetFullScreen ( CGLContextObj  ctx) [static]
static CGLError log_CGLSetGlobalOption ( CGLGlobalOption  pname,
const GLint params 
) [static]
static CGLError log_CGLSetOffScreen ( CGLContextObj  ctx,
GLsizei  width,
GLsizei  height,
GLsizei  rowbytes,
void baseaddr 
) [static]
static CGLError log_CGLSetOption ( CGLGlobalOption  pname,
GLint  param 
) [static]
static CGLError log_CGLSetParameter ( CGLContextObj  ctx,
CGLContextParameter  pname,
const GLint params 
) [static]
static CGLError log_CGLSetPBuffer ( CGLContextObj  ctx,
CGLPBufferObj  pbuffer,
GLenum  face,
GLint  level,
GLint  screen 
) [static]
static CGLError log_CGLSetSurface ( CGLContextObj  ctx,
CGSConnectionID  conn,
CGSWindowID  win,
CGSSurfaceID  srf 
) [static]
static CGLError log_CGLSetVirtualScreen ( CGLContextObj  ctx,
GLint  screen 
) [static]
static CGLError log_CGLTexImageIOSurface2D ( CGLContextObj  ctx,
GLenum  target,
GLenum  internal_format,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
IOSurfaceRef  ioSurface,
GLuint  plane 
) [static]
static CGLError log_CGLTexImagePBuffer ( CGLContextObj  ctx,
CGLPBufferObj  pbuffer,
GLenum  source 
) [static]
static CGLError log_CGLUnlockContext ( CGLContextObj  ctx) [static]
static CGLError log_CGLUpdateContext ( CGLContextObj  ctx) [static]
static EGLBoolean log_eglBindAPI ( EGLenum  api) [static]
static EGLBoolean log_eglBindTexImage ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  buffer 
) [static]
static EGLBoolean log_eglChooseConfig ( EGLDisplay  dpy,
const EGLint attrib_list,
EGLConfig configs,
EGLint  config_size,
EGLint num_config 
) [static]
static EGLint log_eglClientWaitSyncKHR ( EGLDisplay  dpy,
EGLSyncKHR  GLsync,
EGLint  flags,
EGLTimeKHR  timeout 
) [static]
static EGLint log_eglClientWaitSyncNV ( EGLSyncNV  GLsync,
EGLint  flags,
EGLTimeNV  timeout 
) [static]
static EGLBoolean log_eglCopyBuffers ( EGLDisplay  dpy,
EGLSurface  surface,
EGLNativePixmapType  target 
) [static]
static void log_eglCoverageMaskNV ( GLboolean  mask) [static]
static void log_eglCoverageOperationNV ( GLenum  operation) [static]
static EGLContext log_eglCreateContext ( EGLDisplay  dpy,
EGLConfig  config,
EGLContext  share_context,
const EGLint attrib_list 
) [static]
static EGLImageKHR log_eglCreateDRMImageMESA ( EGLDisplay  dpy,
const EGLint attrib_list 
) [static]
static EGLSyncNV log_eglCreateFenceSyncNV ( EGLDisplay  dpy,
EGLenum  condition,
const EGLint attrib_list 
) [static]
static EGLImageKHR log_eglCreateImageKHR ( EGLDisplay  dpy,
EGLContext  ctx,
EGLenum  target,
EGLClientBuffer  buffer,
const EGLint attrib_list 
) [static]
static EGLSurface log_eglCreatePbufferFromClientBuffer ( EGLDisplay  dpy,
EGLenum  buftype,
EGLClientBuffer  buffer,
EGLConfig  config,
const EGLint attrib_list 
) [static]
static EGLSurface log_eglCreatePbufferSurface ( EGLDisplay  dpy,
EGLConfig  config,
const EGLint attrib_list 
) [static]
static EGLSurface log_eglCreatePixmapSurface ( EGLDisplay  dpy,
EGLConfig  config,
EGLNativePixmapType  pixmap,
const EGLint attrib_list 
) [static]
static EGLSurface log_eglCreateStreamProducerSurfaceKHR ( EGLDisplay  dpy,
EGLConfig  config,
EGLStreamKHR  stream,
const EGLint attrib_list 
) [static]
static EGLSyncKHR log_eglCreateSyncKHR ( EGLDisplay  dpy,
EGLenum  type,
const EGLint attrib_list 
) [static]
static EGLSurface log_eglCreateWindowSurface ( EGLDisplay  dpy,
EGLConfig  config,
EGLNativeWindowType  win,
const EGLint attrib_list 
) [static]
static EGLBoolean log_eglDestroyContext ( EGLDisplay  dpy,
EGLContext  ctx 
) [static]
static EGLBoolean log_eglDestroyImageKHR ( EGLDisplay  dpy,
EGLImageKHR  image 
) [static]
static EGLBoolean log_eglDestroySurface ( EGLDisplay  dpy,
EGLSurface  surface 
) [static]
static EGLBoolean log_eglDestroySyncKHR ( EGLDisplay  dpy,
EGLSyncKHR  GLsync 
) [static]
static EGLBoolean log_eglDestroySyncNV ( EGLSyncNV  GLsync) [static]
static EGLBoolean log_eglExportDRMImageMESA ( EGLDisplay  dpy,
EGLImageKHR  image,
EGLint name,
EGLint handle,
EGLint stride 
) [static]
static EGLBoolean log_eglFenceNV ( EGLSyncNV  GLsync) [static]
static EGLBoolean log_eglGetConfigAttrib ( EGLDisplay  dpy,
EGLConfig  config,
EGLint  attribute,
EGLint value 
) [static]
static EGLBoolean log_eglGetConfigs ( EGLDisplay  dpy,
EGLConfig configs,
EGLint  config_size,
EGLint num_config 
) [static]
static EGLContext log_eglGetCurrentContext ( void  ) [static]
static EGLDisplay log_eglGetCurrentDisplay ( void  ) [static]
static EGLSurface log_eglGetCurrentSurface ( EGLint  readdraw) [static]
static EGLDisplay log_eglGetDisplay ( EGLNativeDisplayType  display_id) [static]
static EGLint log_eglGetError ( void  ) [static]
static __eglMustCastToProperFunctionPointerType log_eglGetProcAddress ( const char *  procname) [static]
static EGLBoolean log_eglGetSyncAttribKHR ( EGLDisplay  dpy,
EGLSyncKHR  GLsync,
EGLint  attribute,
EGLint value 
) [static]
static EGLBoolean log_eglGetSyncAttribNV ( EGLSyncNV  GLsync,
EGLint  attribute,
EGLint value 
) [static]
static EGLuint64NV log_eglGetSystemTimeNV ( void  ) [static]
static EGLBoolean log_eglInitialize ( EGLDisplay  dpy,
EGLint major,
EGLint minor 
) [static]
static EGLBoolean log_eglLockSurfaceKHR ( EGLDisplay  display,
EGLSurface  surface,
const EGLint attrib_list 
) [static]
static EGLBoolean log_eglMakeCurrent ( EGLDisplay  dpy,
EGLSurface  draw,
EGLSurface  read,
EGLContext  ctx 
) [static]
static EGLBoolean log_eglPostSubBufferNV ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  x,
EGLint  y,
EGLint  width,
EGLint  height 
) [static]
static EGLenum log_eglQueryAPI ( void  ) [static]
static EGLBoolean log_eglQueryContext ( EGLDisplay  dpy,
EGLContext  ctx,
EGLint  attribute,
EGLint value 
) [static]
static const char* log_eglQueryString ( EGLDisplay  dpy,
EGLint  name 
) [static]
static EGLBoolean log_eglQuerySurface ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  attribute,
EGLint value 
) [static]
static EGLBoolean log_eglQuerySurfacePointerANGLE ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  attribute,
GLvoid **  value 
) [static]
static EGLBoolean log_eglReleaseTexImage ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  buffer 
) [static]
static EGLBoolean log_eglReleaseThread ( void  ) [static]
static EGLBoolean log_eglSignalSyncNV ( EGLSyncNV  GLsync,
EGLenum  mode 
) [static]
static EGLBoolean log_eglStreamConsumerAcquireKHR ( EGLDisplay  dpy,
EGLStreamKHR  stream 
) [static]
static EGLBoolean log_eglStreamConsumerReleaseKHR ( EGLDisplay  dpy,
EGLStreamKHR  stream 
) [static]
static EGLBoolean log_eglSurfaceAttrib ( EGLDisplay  dpy,
EGLSurface  surface,
EGLint  attribute,
EGLint  value 
) [static]
static EGLBoolean log_eglSwapBuffers ( EGLDisplay  dpy,
EGLSurface  surface 
) [static]
static EGLBoolean log_eglSwapInterval ( EGLDisplay  dpy,
EGLint  interval 
) [static]
static EGLBoolean log_eglTerminate ( EGLDisplay  dpy) [static]
static EGLBoolean log_eglUnlockSurfaceKHR ( EGLDisplay  display,
EGLSurface  surface 
) [static]
static EGLBoolean log_eglWaitClient ( void  ) [static]
static EGLBoolean log_eglWaitGL ( void  ) [static]
static EGLBoolean log_eglWaitNative ( EGLint  engine) [static]
static EGLint log_eglWaitSyncKHR ( EGLDisplay  dpy,
EGLSyncKHR  GLsync,
EGLint  flags 
) [static]
static void log_glActiveProgramEXT ( GLuint  program) [static]
static void log_glActiveShaderProgram ( GLuint  pipeline,
GLuint  program 
) [static]
static void log_glActiveStencilFaceEXT ( GLenum  face) [static]
static void log_glActiveTexture ( GLenum  texture) [static]
static void log_glActiveTextureARB ( GLenum  texture) [static]
static void log_glActiveVaryingNV ( GLuint  program,
const GLchar name 
) [static]
static void log_glAddSwapHintRectWIN ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glAlphaFragmentOp1ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod 
) [static]
static void log_glAlphaFragmentOp2ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod,
GLuint  arg2,
GLuint  arg2Rep,
GLuint  arg2Mod 
) [static]
static void log_glAlphaFragmentOp3ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod,
GLuint  arg2,
GLuint  arg2Rep,
GLuint  arg2Mod,
GLuint  arg3,
GLuint  arg3Rep,
GLuint  arg3Mod 
) [static]
static void log_glAlphaFunc ( GLenum  func,
GLclampf  ref 
) [static]
static void log_glAlphaFuncQCOM ( GLenum  func,
GLclampf  ref 
) [static]
static void log_glAlphaFuncx ( GLenum  func,
GLclampx  ref 
) [static]
static void log_glApplyTextureEXT ( GLenum  mode) [static]
static GLboolean log_glAreProgramsResidentNV ( GLsizei  n,
const GLuint programs,
GLboolean residences 
) [static]
static GLboolean log_glAreTexturesResident ( GLsizei  n,
const GLuint textures,
GLboolean residences 
) [static]
static GLboolean log_glAreTexturesResidentEXT ( GLsizei  n,
const GLuint textures,
GLboolean residences 
) [static]
static void log_glArrayElement ( GLint  index) [static]
static void log_glArrayElementEXT ( GLint  i) [static]
static void log_glArrayObjectATI ( GLenum  array,
GLint  size,
GLenum  type,
GLsizei  stride,
GLuint  buffer,
GLuint  offset 
) [static]
static void log_glAsyncMarkerSGIX ( GLuint  marker) [static]
static void log_glAttachObjectARB ( GLhandleARB  containerObj,
GLhandleARB  obj 
) [static]
static void log_glAttachShader ( GLuint  program,
GLuint  shader 
) [static]
static void log_glBegin ( GLenum  mode) [static]
static void log_glBeginConditionalRender ( GLuint  id,
GLenum  mode 
) [static]
static void log_glBeginConditionalRenderNV ( GLuint  id,
GLenum  mode 
) [static]
static void log_glBeginConditionalRenderNVX ( GLuint  id) [static]
static void log_glBeginFragmentShaderATI ( void  ) [static]
static void log_glBeginOcclusionQueryNV ( GLuint  id) [static]
static void log_glBeginPerfMonitorAMD ( GLuint  monitor) [static]
static void log_glBeginQuery ( GLenum  target,
GLuint  id 
) [static]
static void log_glBeginQueryARB ( GLenum  target,
GLuint  id 
) [static]
static void log_glBeginQueryEXT ( GLenum  target,
GLuint  id 
) [static]
static void log_glBeginQueryIndexed ( GLenum  target,
GLuint  index,
GLuint  id 
) [static]
static void log_glBeginSceneEXT ( void  ) [static]
static void log_glBeginTransformFeedback ( GLenum  primitiveMode) [static]
static void log_glBeginTransformFeedbackEXT ( GLenum  primitiveMode) [static]
static void log_glBeginTransformFeedbackNV ( GLenum  primitiveMode) [static]
static void log_glBeginVertexShaderEXT ( void  ) [static]
static void log_glBeginVideoCaptureNV ( GLuint  video_capture_slot) [static]
static void log_glBindAttribLocation ( GLuint  program,
GLuint  index,
const GLchar name 
) [static]
static void log_glBindAttribLocationARB ( GLhandleARB  programObj,
GLuint  index,
const GLcharARB name 
) [static]
static void log_glBindBuffer ( GLenum  target,
GLuint  buffer 
) [static]
static void log_glBindBufferARB ( GLenum  target,
GLuint  buffer 
) [static]
static void log_glBindBufferBase ( GLenum  target,
GLuint  index,
GLuint  buffer 
) [static]
static void log_glBindBufferBaseEXT ( GLenum  target,
GLuint  index,
GLuint  buffer 
) [static]
static void log_glBindBufferBaseNV ( GLenum  target,
GLuint  index,
GLuint  buffer 
) [static]
static void log_glBindBufferOffsetEXT ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset 
) [static]
static void log_glBindBufferOffsetNV ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset 
) [static]
static void log_glBindBufferRange ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void log_glBindBufferRangeEXT ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void log_glBindBufferRangeNV ( GLenum  target,
GLuint  index,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void log_glBindFragDataLocation ( GLuint  program,
GLuint  color,
const GLchar name 
) [static]
static void log_glBindFragDataLocationEXT ( GLuint  program,
GLuint  color,
const GLchar name 
) [static]
static void log_glBindFragDataLocationIndexed ( GLuint  program,
GLuint  colorNumber,
GLuint  index,
const GLchar name 
) [static]
static void log_glBindFragmentShaderATI ( GLuint  id) [static]
static void log_glBindFramebuffer ( GLenum  target,
GLuint  framebuffer 
) [static]
static void log_glBindFramebufferEXT ( GLenum  target,
GLuint  framebuffer 
) [static]
static void log_glBindFramebufferOES ( GLenum  target,
GLuint  framebuffer 
) [static]
static void log_glBindImageTexture ( GLuint  unit,
GLuint  texture,
GLint  level,
GLboolean  layered,
GLint  layer,
GLenum  access,
GLenum  format 
) [static]
static void log_glBindImageTextureEXT ( GLuint  index,
GLuint  texture,
GLint  level,
GLboolean  layered,
GLint  layer,
GLenum  access,
GLint  format 
) [static]
static GLuint log_glBindLightParameterEXT ( GLenum  light,
GLenum  value 
) [static]
static GLuint log_glBindMaterialParameterEXT ( GLenum  face,
GLenum  value 
) [static]
static void log_glBindMultiTextureEXT ( GLenum  texunit,
GLenum  target,
GLuint  texture 
) [static]
static GLuint log_glBindParameterEXT ( GLenum  value) [static]
static void log_glBindProgramARB ( GLenum  target,
GLuint  program 
) [static]
static void log_glBindProgramNV ( GLenum  target,
GLuint  id 
) [static]
static void log_glBindProgramPipeline ( GLuint  pipeline) [static]
static void log_glBindRenderbuffer ( GLenum  target,
GLuint  renderbuffer 
) [static]
static void log_glBindRenderbufferEXT ( GLenum  target,
GLuint  renderbuffer 
) [static]
static void log_glBindRenderbufferOES ( GLenum  target,
GLuint  renderbuffer 
) [static]
static void log_glBindSampler ( GLuint  unit,
GLuint  sampler 
) [static]
static GLuint log_glBindTexGenParameterEXT ( GLenum  unit,
GLenum  coord,
GLenum  value 
) [static]
static void log_glBindTexture ( GLenum  target,
GLuint  texture 
) [static]
static void log_glBindTextureEXT ( GLenum  target,
GLuint  texture 
) [static]
static GLuint log_glBindTextureUnitParameterEXT ( GLenum  unit,
GLenum  value 
) [static]
static void log_glBindTransformFeedback ( GLenum  target,
GLuint  id 
) [static]
static void log_glBindTransformFeedbackNV ( GLenum  target,
GLuint  id 
) [static]
static void log_glBindVertexArray ( GLuint  array) [static]
static void log_glBindVertexArrayAPPLE ( GLuint  array) [static]
static void log_glBindVertexArrayOES ( GLuint  array) [static]
static void log_glBindVertexBuffer ( GLuint  bindingindex,
GLuint  buffer,
GLintptr  offset,
GLsizei  stride 
) [static]
static void log_glBindVertexShaderEXT ( GLuint  id) [static]
static void log_glBindVideoCaptureStreamBufferNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  frame_region,
GLintptr  offset 
) [static]
static void log_glBindVideoCaptureStreamTextureNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  frame_region,
GLenum  target,
GLuint  texture 
) [static]
static void log_glBinormal3bEXT ( GLbyte  bx,
GLbyte  by,
GLbyte  bz 
) [static]
static void log_glBinormal3bvEXT ( const GLbyte v) [static]
static void log_glBinormal3dEXT ( GLdouble  bx,
GLdouble  by,
GLdouble  bz 
) [static]
static void log_glBinormal3dvEXT ( const GLdouble v) [static]
static void log_glBinormal3fEXT ( GLfloat  bx,
GLfloat  by,
GLfloat  bz 
) [static]
static void log_glBinormal3fvEXT ( const GLfloat v) [static]
static void log_glBinormal3iEXT ( GLint  bx,
GLint  by,
GLint  bz 
) [static]
static void log_glBinormal3ivEXT ( const GLint v) [static]
static void log_glBinormal3sEXT ( GLshort  bx,
GLshort  by,
GLshort  bz 
) [static]
static void log_glBinormal3svEXT ( const GLshort v) [static]
static void log_glBinormalPointerEXT ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glBitmap ( GLsizei  width,
GLsizei  height,
GLfloat  xorig,
GLfloat  yorig,
GLfloat  xmove,
GLfloat  ymove,
const GLubyte bitmap 
) [static]
static void log_glBlendColor ( GLclampf  red,
GLclampf  green,
GLclampf  blue,
GLclampf  alpha 
) [static]
static void log_glBlendColorEXT ( GLclampf  red,
GLclampf  green,
GLclampf  blue,
GLclampf  alpha 
) [static]
static void log_glBlendEquation ( GLenum  mode) [static]
static void log_glBlendEquationEXT ( GLenum  mode) [static]
static void log_glBlendEquationi ( GLuint  buf,
GLenum  mode 
) [static]
static void log_glBlendEquationiARB ( GLuint  buf,
GLenum  mode 
) [static]
static void log_glBlendEquationIndexedAMD ( GLuint  buf,
GLenum  mode 
) [static]
static void log_glBlendEquationOES ( GLenum  mode) [static]
static void log_glBlendEquationSeparate ( GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void log_glBlendEquationSeparateEXT ( GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void log_glBlendEquationSeparatei ( GLuint  buf,
GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void log_glBlendEquationSeparateiARB ( GLuint  buf,
GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void log_glBlendEquationSeparateIndexedAMD ( GLuint  buf,
GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void log_glBlendEquationSeparateOES ( GLenum  modeRGB,
GLenum  modeAlpha 
) [static]
static void log_glBlendFunc ( GLenum  sfactor,
GLenum  dfactor 
) [static]
static void log_glBlendFunci ( GLuint  buf,
GLenum  src,
GLenum  dst 
) [static]
static void log_glBlendFunciARB ( GLuint  buf,
GLenum  src,
GLenum  dst 
) [static]
static void log_glBlendFuncIndexedAMD ( GLuint  buf,
GLenum  src,
GLenum  dst 
) [static]
static void log_glBlendFuncSeparate ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
) [static]
static void log_glBlendFuncSeparateEXT ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
) [static]
static void log_glBlendFuncSeparatei ( GLuint  buf,
GLenum  srcRGB,
GLenum  dstRGB,
GLenum  srcAlpha,
GLenum  dstAlpha 
) [static]
static void log_glBlendFuncSeparateiARB ( GLuint  buf,
GLenum  srcRGB,
GLenum  dstRGB,
GLenum  srcAlpha,
GLenum  dstAlpha 
) [static]
static void log_glBlendFuncSeparateIndexedAMD ( GLuint  buf,
GLenum  srcRGB,
GLenum  dstRGB,
GLenum  srcAlpha,
GLenum  dstAlpha 
) [static]
static void log_glBlendFuncSeparateINGR ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
) [static]
static void log_glBlendFuncSeparateOES ( GLenum  sfactorRGB,
GLenum  dfactorRGB,
GLenum  sfactorAlpha,
GLenum  dfactorAlpha 
) [static]
static void log_glBlitFramebuffer ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static void log_glBlitFramebufferANGLE ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static void log_glBlitFramebufferEXT ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static void log_glBlitFramebufferNV ( GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static void log_glBufferAddressRangeNV ( GLenum  pname,
GLuint  index,
GLuint64EXT  address,
GLsizeiptr  length 
) [static]
static void log_glBufferData ( GLenum  target,
GLsizeiptr  size,
const GLvoid data,
GLenum  usage 
) [static]
static void log_glBufferDataARB ( GLenum  target,
GLsizeiptrARB  size,
const GLvoid data,
GLenum  usage 
) [static]
static void log_glBufferParameteriAPPLE ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static GLuint log_glBufferRegionEnabled ( void  ) [static]
static void log_glBufferSubData ( GLenum  target,
GLintptr  offset,
GLsizeiptr  size,
const GLvoid data 
) [static]
static void log_glBufferSubDataARB ( GLenum  target,
GLintptrARB  offset,
GLsizeiptrARB  size,
const GLvoid data 
) [static]
static void log_glCallList ( GLuint  list) [static]
static void log_glCallLists ( GLsizei  n,
GLenum  type,
const GLvoid lists 
) [static]
static GLenum log_glCheckFramebufferStatus ( GLenum  target) [static]
static GLenum log_glCheckFramebufferStatusEXT ( GLenum  target) [static]
static GLenum log_glCheckFramebufferStatusOES ( GLenum  target) [static]
static GLenum log_glCheckNamedFramebufferStatusEXT ( GLuint  framebuffer,
GLenum  target 
) [static]
static void log_glClampColor ( GLenum  target,
GLenum  clamp 
) [static]
static void log_glClampColorARB ( GLenum  target,
GLenum  clamp 
) [static]
static void log_glClear ( GLbitfield  mask) [static]
static void log_glClearAccum ( GLfloat  red,
GLfloat  green,
GLfloat  blue,
GLfloat  alpha 
) [static]
static void log_glClearBufferData ( GLenum  target,
GLenum  internalformat,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void log_glClearBufferfi ( GLenum  buffer,
GLint  drawbuffer,
GLfloat  depth,
GLint  stencil 
) [static]
static void log_glClearBufferfv ( GLenum  buffer,
GLint  drawbuffer,
const GLfloat value 
) [static]
static void log_glClearBufferiv ( GLenum  buffer,
GLint  drawbuffer,
const GLint value 
) [static]
static void log_glClearBufferSubData ( GLenum  target,
GLenum  internalformat,
GLintptr  offset,
GLsizeiptr  size,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void log_glClearBufferuiv ( GLenum  buffer,
GLint  drawbuffer,
const GLuint value 
) [static]
static void log_glClearColor ( GLclampf  red,
GLclampf  green,
GLclampf  blue,
GLclampf  alpha 
) [static]
static void log_glClearColorIiEXT ( GLint  red,
GLint  green,
GLint  blue,
GLint  alpha 
) [static]
static void log_glClearColorIuiEXT ( GLuint  red,
GLuint  green,
GLuint  blue,
GLuint  alpha 
) [static]
static void log_glClearColorx ( GLclampx  red,
GLclampx  green,
GLclampx  blue,
GLclampx  alpha 
) [static]
static void log_glClearDepth ( GLclampd  depth) [static]
static void log_glClearDepthdNV ( GLdouble  depth) [static]
static void log_glClearDepthf ( GLclampf  d) [static]
static void log_glClearDepthfOES ( GLclampd  depth) [static]
static void log_glClearDepthx ( GLclampx  depth) [static]
static void log_glClearIndex ( GLfloat  c) [static]
static void log_glClearNamedBufferDataEXT ( GLuint  buffer,
GLenum  internalformat,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void log_glClearNamedBufferSubDataEXT ( GLuint  buffer,
GLenum  internalformat,
GLintptr  offset,
GLsizeiptr  size,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void log_glClearStencil ( GLint  s) [static]
static void log_glClientActiveTexture ( GLenum  texture) [static]
static void log_glClientActiveTextureARB ( GLenum  texture) [static]
static void log_glClientActiveVertexStreamATI ( GLenum  stream) [static]
static void log_glClientAttribDefaultEXT ( GLbitfield  mask) [static]
static GLenum log_glClientWaitSync ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
) [static]
static GLenum log_glClientWaitSyncAPPLE ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
) [static]
static void log_glClipPlane ( GLenum  plane,
const GLdouble equation 
) [static]
static void log_glClipPlanef ( GLenum  plane,
const GLfloat equation 
) [static]
static void log_glClipPlanefOES ( GLenum  plane,
const GLfloat equation 
) [static]
static void log_glClipPlanex ( GLenum  plane,
const GLfixed equation 
) [static]
static void log_glColor3b ( GLbyte  red,
GLbyte  green,
GLbyte  blue 
) [static]
static void log_glColor3bv ( const GLbyte v) [static]
static void log_glColor3d ( GLdouble  red,
GLdouble  green,
GLdouble  blue 
) [static]
static void log_glColor3dv ( const GLdouble v) [static]
static void log_glColor3f ( GLfloat  red,
GLfloat  green,
GLfloat  blue 
) [static]
static void log_glColor3fv ( const GLfloat v) [static]
static void log_glColor3fVertex3fSUN ( GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glColor3fVertex3fvSUN ( const GLfloat c,
const GLfloat v 
) [static]
static void log_glColor3hNV ( GLhalfNV  red,
GLhalfNV  green,
GLhalfNV  blue 
) [static]
static void log_glColor3hvNV ( const GLhalfNV v) [static]
static void log_glColor3i ( GLint  red,
GLint  green,
GLint  blue 
) [static]
static void log_glColor3iv ( const GLint v) [static]
static void log_glColor3s ( GLshort  red,
GLshort  green,
GLshort  blue 
) [static]
static void log_glColor3sv ( const GLshort v) [static]
static void log_glColor3ub ( GLubyte  red,
GLubyte  green,
GLubyte  blue 
) [static]
static void log_glColor3ubv ( const GLubyte v) [static]
static void log_glColor3ui ( GLuint  red,
GLuint  green,
GLuint  blue 
) [static]
static void log_glColor3uiv ( const GLuint v) [static]
static void log_glColor3us ( GLushort  red,
GLushort  green,
GLushort  blue 
) [static]
static void log_glColor3usv ( const GLushort v) [static]
static void log_glColor4b ( GLbyte  red,
GLbyte  green,
GLbyte  blue,
GLbyte  alpha 
) [static]
static void log_glColor4bv ( const GLbyte v) [static]
static void log_glColor4d ( GLdouble  red,
GLdouble  green,
GLdouble  blue,
GLdouble  alpha 
) [static]
static void log_glColor4dv ( const GLdouble v) [static]
static void log_glColor4f ( GLfloat  red,
GLfloat  green,
GLfloat  blue,
GLfloat  alpha 
) [static]
static void log_glColor4fNormal3fVertex3fSUN ( GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glColor4fNormal3fVertex3fvSUN ( const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void log_glColor4fv ( const GLfloat v) [static]
static void log_glColor4hNV ( GLhalfNV  red,
GLhalfNV  green,
GLhalfNV  blue,
GLhalfNV  alpha 
) [static]
static void log_glColor4hvNV ( const GLhalfNV v) [static]
static void log_glColor4i ( GLint  red,
GLint  green,
GLint  blue,
GLint  alpha 
) [static]
static void log_glColor4iv ( const GLint v) [static]
static void log_glColor4s ( GLshort  red,
GLshort  green,
GLshort  blue,
GLshort  alpha 
) [static]
static void log_glColor4sv ( const GLshort v) [static]
static void log_glColor4ub ( GLubyte  red,
GLubyte  green,
GLubyte  blue,
GLubyte  alpha 
) [static]
static void log_glColor4ubv ( const GLubyte v) [static]
static void log_glColor4ubVertex2fSUN ( GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a,
GLfloat  x,
GLfloat  y 
) [static]
static void log_glColor4ubVertex2fvSUN ( const GLubyte c,
const GLfloat v 
) [static]
static void log_glColor4ubVertex3fSUN ( GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glColor4ubVertex3fvSUN ( const GLubyte c,
const GLfloat v 
) [static]
static void log_glColor4ui ( GLuint  red,
GLuint  green,
GLuint  blue,
GLuint  alpha 
) [static]
static void log_glColor4uiv ( const GLuint v) [static]
static void log_glColor4us ( GLushort  red,
GLushort  green,
GLushort  blue,
GLushort  alpha 
) [static]
static void log_glColor4usv ( const GLushort v) [static]
static void log_glColor4x ( GLfixed  red,
GLfixed  green,
GLfixed  blue,
GLfixed  alpha 
) [static]
static void log_glColorFormatNV ( GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void log_glColorFragmentOp1ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMask,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod 
) [static]
static void log_glColorFragmentOp2ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMask,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod,
GLuint  arg2,
GLuint  arg2Rep,
GLuint  arg2Mod 
) [static]
static void log_glColorFragmentOp3ATI ( GLenum  op,
GLuint  dst,
GLuint  dstMask,
GLuint  dstMod,
GLuint  arg1,
GLuint  arg1Rep,
GLuint  arg1Mod,
GLuint  arg2,
GLuint  arg2Rep,
GLuint  arg2Mod,
GLuint  arg3,
GLuint  arg3Rep,
GLuint  arg3Mod 
) [static]
static void log_glColorMask ( GLboolean  red,
GLboolean  green,
GLboolean  blue,
GLboolean  alpha 
) [static]
static void log_glColorMaski ( GLuint  index,
GLboolean  r,
GLboolean  g,
GLboolean  b,
GLboolean  a 
) [static]
static void log_glColorMaskIndexedEXT ( GLuint  buf,
GLboolean  r,
GLboolean  g,
GLboolean  b,
GLboolean  a 
) [static]
static void log_glColorMaterial ( GLenum  face,
GLenum  mode 
) [static]
static void log_glColorP3ui ( GLenum  type,
GLuint  color 
) [static]
static void log_glColorP3uiv ( GLenum  type,
const GLuint color 
) [static]
static void log_glColorP4ui ( GLenum  type,
GLuint  color 
) [static]
static void log_glColorP4uiv ( GLenum  type,
const GLuint color 
) [static]
static void log_glColorPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glColorPointerEXT ( GLint  size,
GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void log_glColorPointerListIBM ( GLint  size,
GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void log_glColorPointervINTEL ( GLint  size,
GLenum  type,
const GLvoid **  pointer 
) [static]
static void log_glColorSubTable ( GLenum  target,
GLsizei  start,
GLsizei  count,
GLenum  format,
GLenum  type,
const GLvoid data 
) [static]
static void log_glColorSubTableEXT ( GLenum  target,
GLsizei  start,
GLsizei  count,
GLenum  format,
GLenum  type,
const GLvoid table 
) [static]
static void log_glColorTable ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid table 
) [static]
static void log_glColorTableEXT ( GLenum  target,
GLenum  internalFormat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid table 
) [static]
static void log_glColorTableParameterfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glColorTableParameterfvSGI ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glColorTableParameteriv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glColorTableParameterivSGI ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glColorTableSGI ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid table 
) [static]
static void log_glCombinerInputNV ( GLenum  stage,
GLenum  portion,
GLenum  variable,
GLenum  input,
GLenum  mapping,
GLenum  componentUsage 
) [static]
static void log_glCombinerOutputNV ( GLenum  stage,
GLenum  portion,
GLenum  abOutput,
GLenum  cdOutput,
GLenum  sumOutput,
GLenum  scale,
GLenum  bias,
GLboolean  abDotProduct,
GLboolean  cdDotProduct,
GLboolean  muxSum 
) [static]
static void log_glCombinerParameterfNV ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glCombinerParameterfvNV ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glCombinerParameteriNV ( GLenum  pname,
GLint  param 
) [static]
static void log_glCombinerParameterivNV ( GLenum  pname,
const GLint params 
) [static]
static void log_glCombinerStageParameterfvNV ( GLenum  stage,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glCompileShader ( GLuint  shader) [static]
static void log_glCompileShaderARB ( GLhandleARB  shaderObj) [static]
static void log_glCompileShaderIncludeARB ( GLuint  shader,
GLsizei  count,
const GLchar **  path,
const GLint length 
) [static]
static void log_glCompressedMultiTexImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedMultiTexImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void log_glCompressedMultiTexImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void log_glCompressedMultiTexSubImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedMultiTexSubImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedMultiTexSubImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexImage1D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexImage1DARB ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexImage2D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexImage2DARB ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexImage3D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexImage3DARB ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexImage3DOES ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexSubImage1DARB ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexSubImage2DARB ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexSubImage3DARB ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTexSubImage3DOES ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid data 
) [static]
static void log_glCompressedTextureImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void log_glCompressedTextureImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void log_glCompressedTextureImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void log_glCompressedTextureSubImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void log_glCompressedTextureSubImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void log_glCompressedTextureSubImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLsizei  imageSize,
const GLvoid bits 
) [static]
static void log_glConvolutionFilter1D ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid image 
) [static]
static void log_glConvolutionFilter1DEXT ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid image 
) [static]
static void log_glConvolutionFilter2D ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid image 
) [static]
static void log_glConvolutionFilter2DEXT ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid image 
) [static]
static void log_glConvolutionParameterf ( GLenum  target,
GLenum  pname,
GLfloat  params 
) [static]
static void log_glConvolutionParameterfEXT ( GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glConvolutionParameterfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glConvolutionParameterfvEXT ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glConvolutionParameteri ( GLenum  target,
GLenum  pname,
GLint  params 
) [static]
static void log_glConvolutionParameteriEXT ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glConvolutionParameteriv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glConvolutionParameterivEXT ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glCopyBufferSubData ( GLenum  readtarget,
GLenum  writetarget,
GLintptr  readoffset,
GLintptr  writeoffset,
GLsizeiptr  size 
) [static]
static void log_glCopyColorSubTable ( GLenum  target,
GLsizei  start,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyColorSubTableEXT ( GLenum  target,
GLsizei  start,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyColorTable ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyColorTableSGI ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyConvolutionFilter1D ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyConvolutionFilter1DEXT ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyConvolutionFilter2D ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyConvolutionFilter2DEXT ( GLenum  target,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyImageSubData ( GLuint  srcName,
GLenum  srcTarget,
GLint  srcLevel,
GLint  srcX,
GLint  srcY,
GLint  srcZ,
GLuint  dstName,
GLenum  dstTarget,
GLint  dstLevel,
GLint  dstX,
GLint  dstY,
GLint  dstZ,
GLsizei  srcWidth,
GLsizei  srcHeight,
GLsizei  srcDepth 
) [static]
static void log_glCopyImageSubDataNV ( GLuint  srcName,
GLenum  srcTarget,
GLint  srcLevel,
GLint  srcX,
GLint  srcY,
GLint  srcZ,
GLuint  dstName,
GLenum  dstTarget,
GLint  dstLevel,
GLint  dstX,
GLint  dstY,
GLint  dstZ,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void log_glCopyMultiTexImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
) [static]
static void log_glCopyMultiTexImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
) [static]
static void log_glCopyMultiTexSubImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyMultiTexSubImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyMultiTexSubImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyPathNV ( GLuint  resultPath,
GLuint  srcPath 
) [static]
static void log_glCopyPixels ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  type 
) [static]
static void log_glCopyTexImage1D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
) [static]
static void log_glCopyTexImage1DEXT ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
) [static]
static void log_glCopyTexImage2D ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
) [static]
static void log_glCopyTexImage2DEXT ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
) [static]
static void log_glCopyTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyTexSubImage1DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyTexSubImage2DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyTexSubImage3DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyTexSubImage3DOES ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyTextureImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLint  border 
) [static]
static void log_glCopyTextureImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  internalformat,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  border 
) [static]
static void log_glCopyTextureLevelsAPPLE ( GLuint  destinationTexture,
GLuint  sourceTexture,
GLint  sourceBaseLevel,
GLsizei  sourceLevelCount 
) [static]
static void log_glCopyTextureSubImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  x,
GLint  y,
GLsizei  width 
) [static]
static void log_glCopyTextureSubImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCopyTextureSubImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glCoverageMaskNV ( GLboolean  mask) [static]
static void log_glCoverageOperationNV ( GLenum  operation) [static]
static void log_glCoverFillPathInstancedNV ( GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLenum  coverMode,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void log_glCoverFillPathNV ( GLuint  path,
GLenum  coverMode 
) [static]
static void log_glCoverStrokePathInstancedNV ( GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLenum  coverMode,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void log_glCoverStrokePathNV ( GLuint  name,
GLenum  coverMode 
) [static]
static GLuint log_glCreateProgram ( void  ) [static]
static GLuint log_glCreateShader ( GLenum  type) [static]
static GLhandleARB log_glCreateShaderObjectARB ( GLenum  shaderType) [static]
static GLuint log_glCreateShaderProgramEXT ( GLenum  type,
const GLchar string 
) [static]
static GLuint log_glCreateShaderProgramv ( GLenum  type,
GLsizei  count,
const GLchar *const *  strings 
) [static]
static GLsync log_glCreateSyncFromCLeventARB ( cl_context  context,
cl_event  event,
GLbitfield  flags 
) [static]
static void log_glCullFace ( GLenum  mode) [static]
static void log_glCullParameterdvEXT ( GLenum  pname,
GLdouble params 
) [static]
static void log_glCullParameterfvEXT ( GLenum  pname,
GLfloat params 
) [static]
static void log_glCurrentPaletteMatrixARB ( GLint  index) [static]
static void log_glCurrentPaletteMatrixOES ( GLuint  index) [static]
static void log_glDebugMessageCallback ( GLDEBUGPROC  callback,
const GLvoid userParam 
) [static]
static void log_glDebugMessageCallbackAMD ( GLDEBUGPROCAMD  callback,
GLvoid userParam 
) [static]
static void log_glDebugMessageCallbackARB ( GLDEBUGPROCARB  callback,
const GLvoid userParam 
) [static]
static void log_glDebugMessageControl ( GLenum  source,
GLenum  type,
GLenum  severity,
GLsizei  count,
const GLuint ids,
GLboolean  enabled 
) [static]
static void log_glDebugMessageControlARB ( GLenum  source,
GLenum  type,
GLenum  severity,
GLsizei  count,
const GLuint ids,
GLboolean  enabled 
) [static]
static void log_glDebugMessageEnableAMD ( GLenum  category,
GLenum  severity,
GLsizei  count,
const GLuint ids,
GLboolean  enabled 
) [static]
static void log_glDebugMessageInsert ( GLenum  source,
GLenum  type,
GLuint  id,
GLenum  severity,
GLsizei  length,
const GLchar buf 
) [static]
static void log_glDebugMessageInsertAMD ( GLenum  category,
GLenum  severity,
GLuint  id,
GLsizei  length,
const GLchar buf 
) [static]
static void log_glDebugMessageInsertARB ( GLenum  source,
GLenum  type,
GLuint  id,
GLenum  severity,
GLsizei  length,
const GLchar buf 
) [static]
static void log_glDeformationMap3dSGIX ( GLenum  target,
GLdouble  u1,
GLdouble  u2,
GLint  ustride,
GLint  uorder,
GLdouble  v1,
GLdouble  v2,
GLint  vstride,
GLint  vorder,
GLdouble  w1,
GLdouble  w2,
GLint  wstride,
GLint  worder,
const GLdouble points 
) [static]
static void log_glDeformationMap3fSGIX ( GLenum  target,
GLfloat  u1,
GLfloat  u2,
GLint  ustride,
GLint  uorder,
GLfloat  v1,
GLfloat  v2,
GLint  vstride,
GLint  vorder,
GLfloat  w1,
GLfloat  w2,
GLint  wstride,
GLint  worder,
const GLfloat points 
) [static]
static void log_glDeformSGIX ( GLbitfield  mask) [static]
static void log_glDeleteAsyncMarkersSGIX ( GLuint  marker,
GLsizei  range 
) [static]
static void log_glDeleteBufferRegion ( GLenum  region) [static]
static void log_glDeleteBuffers ( GLsizei  n,
const GLuint buffers 
) [static]
static void log_glDeleteBuffersARB ( GLsizei  n,
const GLuint buffers 
) [static]
static void log_glDeleteFencesAPPLE ( GLsizei  n,
const GLuint fences 
) [static]
static void log_glDeleteFencesNV ( GLsizei  n,
const GLuint fences 
) [static]
static void log_glDeleteFragmentShaderATI ( GLuint  id) [static]
static void log_glDeleteFramebuffers ( GLsizei  n,
const GLuint framebuffers 
) [static]
static void log_glDeleteFramebuffersEXT ( GLsizei  n,
const GLuint framebuffers 
) [static]
static void log_glDeleteFramebuffersOES ( GLsizei  n,
const GLuint framebuffers 
) [static]
static void log_glDeleteLists ( GLuint  list,
GLsizei  range 
) [static]
static void log_glDeleteNamedStringARB ( GLint  namelen,
const GLchar name 
) [static]
static void log_glDeleteNamesAMD ( GLenum  identifier,
GLuint  num,
const GLuint names 
) [static]
static void log_glDeleteObjectARB ( GLhandleARB  obj) [static]
static void log_glDeleteOcclusionQueriesNV ( GLsizei  n,
const GLuint ids 
) [static]
static void log_glDeletePathsNV ( GLuint  path,
GLsizei  range 
) [static]
static void log_glDeletePerfMonitorsAMD ( GLsizei  n,
GLuint monitors 
) [static]
static void log_glDeleteProgram ( GLuint  program) [static]
static void log_glDeleteProgramPipelines ( GLsizei  n,
const GLuint pipelines 
) [static]
static void log_glDeleteProgramsARB ( GLsizei  n,
const GLuint programs 
) [static]
static void log_glDeleteProgramsNV ( GLsizei  n,
const GLuint programs 
) [static]
static void log_glDeleteQueries ( GLsizei  n,
const GLuint ids 
) [static]
static void log_glDeleteQueriesARB ( GLsizei  n,
const GLuint ids 
) [static]
static void log_glDeleteQueriesEXT ( GLsizei  n,
const GLuint ids 
) [static]
static void log_glDeleteRenderbuffers ( GLsizei  n,
const GLuint renderbuffers 
) [static]
static void log_glDeleteRenderbuffersEXT ( GLsizei  n,
const GLuint renderbuffers 
) [static]
static void log_glDeleteRenderbuffersOES ( GLsizei  n,
const GLuint renderbuffers 
) [static]
static void log_glDeleteSamplers ( GLsizei  count,
const GLuint samplers 
) [static]
static void log_glDeleteShader ( GLuint  shader) [static]
static void log_glDeleteSync ( GLsync  sync) [static]
static void log_glDeleteSyncAPPLE ( GLsync  sync) [static]
static void log_glDeleteTextures ( GLsizei  n,
const GLuint textures 
) [static]
static void log_glDeleteTexturesEXT ( GLsizei  n,
const GLuint textures 
) [static]
static void log_glDeleteTransformFeedbacks ( GLsizei  n,
const GLuint ids 
) [static]
static void log_glDeleteTransformFeedbacksNV ( GLsizei  n,
const GLuint ids 
) [static]
static void log_glDeleteVertexArrays ( GLsizei  n,
const GLuint arrays 
) [static]
static void log_glDeleteVertexArraysAPPLE ( GLsizei  n,
const GLuint arrays 
) [static]
static void log_glDeleteVertexArraysOES ( GLsizei  n,
const GLuint arrays 
) [static]
static void log_glDeleteVertexShaderEXT ( GLuint  id) [static]
static void log_glDepthBoundsdNV ( GLdouble  zmin,
GLdouble  zmax 
) [static]
static void log_glDepthBoundsEXT ( GLclampd  zmin,
GLclampd  zmax 
) [static]
static void log_glDepthFunc ( GLenum  func) [static]
static void log_glDepthMask ( GLboolean  flag) [static]
static void log_glDepthRange ( GLclampd  zNear,
GLclampd  zFar 
) [static]
static void log_glDepthRangeArrayv ( GLuint  first,
GLsizei  count,
const GLclampd v 
) [static]
static void log_glDepthRangedNV ( GLdouble  zNear,
GLdouble  zFar 
) [static]
static void log_glDepthRangef ( GLclampf  n,
GLclampf  f 
) [static]
static void log_glDepthRangefOES ( GLclampf  n,
GLclampf  f 
) [static]
static void log_glDepthRangeIndexed ( GLuint  index,
GLclampd  n,
GLclampd  f 
) [static]
static void log_glDepthRangex ( GLclampx  zNear,
GLclampx  zFar 
) [static]
static void log_glDetachObjectARB ( GLhandleARB  containerObj,
GLhandleARB  attachedObj 
) [static]
static void log_glDetachShader ( GLuint  program,
GLuint  shader 
) [static]
static void log_glDetailTexFuncSGIS ( GLenum  target,
GLsizei  n,
const GLfloat points 
) [static]
static void log_glDisable ( GLenum  cap) [static]
static void log_glDisableClientState ( GLenum  cap) [static]
static void log_glDisableClientStateiEXT ( GLenum  array,
GLuint  index 
) [static]
static void log_glDisableClientStateIndexedEXT ( GLenum  array,
GLuint  index 
) [static]
static void log_glDisableDriverControlQCOM ( GLuint  driverControl) [static]
static void log_glDisablei ( GLenum  cap,
GLuint  index 
) [static]
static void log_glDisableIndexedEXT ( GLenum  target,
GLuint  index 
) [static]
static void log_glDisableVertexArrayAttribEXT ( GLuint  vaobj,
GLenum  array 
) [static]
static void log_glDisableVertexArrayEXT ( GLuint  vaobj,
GLenum  array 
) [static]
static void log_glDisableVertexAttribAPPLE ( GLuint  index,
GLenum  pname 
) [static]
static void log_glDisableVertexAttribArray ( GLuint  index) [static]
static void log_glDisableVertexAttribArrayARB ( GLuint  index) [static]
static void log_glDiscardFramebufferEXT ( GLenum  target,
GLsizei  numAttachments,
const GLenum attachments 
) [static]
static void log_glDispatchCompute ( GLuint  num_groups_x,
GLuint  num_groups_y,
GLuint  num_groups_z 
) [static]
static void log_glDispatchComputeIndirect ( GLintptr  indirect) [static]
static void log_glDrawArrays ( GLenum  mode,
GLint  first,
GLsizei  count 
) [static]
static void log_glDrawArraysEXT ( GLenum  mode,
GLint  first,
GLsizei  count 
) [static]
static void log_glDrawArraysIndirect ( GLenum  mode,
const GLvoid indirect 
) [static]
static void log_glDrawArraysInstanced ( GLenum  mode,
GLint  start,
GLsizei  count,
GLsizei  primcount 
) [static]
static void log_glDrawArraysInstancedANGLE ( GLenum  mode,
GLint  first,
GLsizei  count,
GLsizei  primcount 
) [static]
static void log_glDrawArraysInstancedARB ( GLenum  mode,
GLint  start,
GLsizei  count,
GLsizei  primcount 
) [static]
static void log_glDrawArraysInstancedBaseInstance ( GLenum  mode,
GLint  first,
GLsizei  count,
GLsizei  primcount,
GLuint  baseinstance 
) [static]
static void log_glDrawArraysInstancedEXT ( GLenum  mode,
GLint  start,
GLsizei  count,
GLsizei  primcount 
) [static]
static void log_glDrawBuffer ( GLenum  mode) [static]
static void log_glDrawBufferRegion ( GLuint  region,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLint  xDest,
GLint  yDest 
) [static]
static void log_glDrawBuffers ( GLsizei  n,
const GLenum bufs 
) [static]
static void log_glDrawBuffersARB ( GLsizei  n,
const GLenum bufs 
) [static]
static void log_glDrawBuffersATI ( GLsizei  n,
const GLenum bufs 
) [static]
static void log_glDrawBuffersIndexedEXT ( GLint  n,
const GLenum location,
const GLint indices 
) [static]
static void log_glDrawBuffersNV ( GLsizei  n,
const GLenum bufs 
) [static]
static void log_glDrawElementArrayAPPLE ( GLenum  mode,
GLint  first,
GLsizei  count 
) [static]
static void log_glDrawElementArrayATI ( GLenum  mode,
GLsizei  count 
) [static]
static void log_glDrawElements ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices 
) [static]
static void log_glDrawElementsBaseVertex ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLint  basevertex 
) [static]
static void log_glDrawElementsIndirect ( GLenum  mode,
GLenum  type,
const GLvoid indirect 
) [static]
static void log_glDrawElementsInstanced ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount 
) [static]
static void log_glDrawElementsInstancedANGLE ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount 
) [static]
static void log_glDrawElementsInstancedARB ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount 
) [static]
static void log_glDrawElementsInstancedBaseInstance ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount,
GLuint  baseinstance 
) [static]
static void log_glDrawElementsInstancedBaseVertex ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount,
GLint  basevertex 
) [static]
static void log_glDrawElementsInstancedBaseVertexBaseInstance ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount,
GLint  basevertex,
GLuint  baseinstance 
) [static]
static void log_glDrawElementsInstancedEXT ( GLenum  mode,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLsizei  primcount 
) [static]
static void log_glDrawMeshArraysSUN ( GLenum  mode,
GLint  first,
GLsizei  count,
GLsizei  width 
) [static]
static void log_glDrawPixels ( GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glDrawRangeElementArrayAPPLE ( GLenum  mode,
GLuint  start,
GLuint  end,
GLint  first,
GLsizei  count 
) [static]
static void log_glDrawRangeElementArrayATI ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count 
) [static]
static void log_glDrawRangeElements ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count,
GLenum  type,
const GLvoid indices 
) [static]
static void log_glDrawRangeElementsBaseVertex ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count,
GLenum  type,
const GLvoid indices,
GLint  basevertex 
) [static]
static void log_glDrawRangeElementsEXT ( GLenum  mode,
GLuint  start,
GLuint  end,
GLsizei  count,
GLenum  type,
const GLvoid indices 
) [static]
static void log_glDrawTextureNV ( GLuint  texture,
GLuint  sampler,
GLfloat  x0,
GLfloat  y0,
GLfloat  x1,
GLfloat  y1,
GLfloat  z,
GLfloat  s0,
GLfloat  t0,
GLfloat  s1,
GLfloat  t1 
) [static]
static void log_glDrawTransformFeedback ( GLenum  mode,
GLuint  name 
) [static]
static void log_glDrawTransformFeedbackInstanced ( GLenum  mode,
GLuint  id,
GLsizei  primcount 
) [static]
static void log_glDrawTransformFeedbackNV ( GLenum  mode,
GLuint  name 
) [static]
static void log_glDrawTransformFeedbackStream ( GLenum  mode,
GLuint  id,
GLuint  stream 
) [static]
static void log_glDrawTransformFeedbackStreamInstanced ( GLenum  mode,
GLuint  id,
GLuint  stream,
GLsizei  primcount 
) [static]
static void log_glEdgeFlag ( GLboolean  flag) [static]
static void log_glEdgeFlagFormatNV ( GLsizei  stride) [static]
static void log_glEdgeFlagPointer ( GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glEdgeFlagPointerEXT ( GLsizei  stride,
GLsizei  count,
const GLboolean pointer 
) [static]
static void log_glEdgeFlagPointerListIBM ( GLint  stride,
const GLboolean **  pointer,
GLint  ptrstride 
) [static]
static void log_glEdgeFlagv ( const GLboolean flag) [static]
static void log_glElementPointerAPPLE ( GLenum  type,
const GLvoid pointer 
) [static]
static void log_glElementPointerATI ( GLenum  type,
const GLvoid pointer 
) [static]
static void log_glEnable ( GLenum  cap) [static]
static void log_glEnableClientState ( GLenum  cap) [static]
static void log_glEnableClientStateiEXT ( GLenum  array,
GLuint  index 
) [static]
static void log_glEnableClientStateIndexedEXT ( GLenum  array,
GLuint  index 
) [static]
static void log_glEnableDriverControlQCOM ( GLuint  driverControl) [static]
static void log_glEnablei ( GLenum  cap,
GLuint  index 
) [static]
static void log_glEnableIndexedEXT ( GLenum  target,
GLuint  index 
) [static]
static void log_glEnableVertexArrayAttribEXT ( GLuint  vaobj,
GLenum  array 
) [static]
static void log_glEnableVertexArrayEXT ( GLuint  vaobj,
GLenum  array 
) [static]
static void log_glEnableVertexAttribAPPLE ( GLuint  index,
GLenum  pname 
) [static]
static void log_glEnableVertexAttribArray ( GLuint  index) [static]
static void log_glEnableVertexAttribArrayARB ( GLuint  index) [static]
static void log_glEnd ( void  ) [static]
static void log_glEndConditionalRender ( void  ) [static]
static void log_glEndConditionalRenderNV ( void  ) [static]
static void log_glEndConditionalRenderNVX ( void  ) [static]
static void log_glEndFragmentShaderATI ( void  ) [static]
static void log_glEndList ( void  ) [static]
static void log_glEndOcclusionQueryNV ( void  ) [static]
static void log_glEndPerfMonitorAMD ( GLuint  monitor) [static]
static void log_glEndQuery ( GLenum  target) [static]
static void log_glEndQueryARB ( GLenum  target) [static]
static void log_glEndQueryEXT ( GLenum  target) [static]
static void log_glEndQueryIndexed ( GLenum  target,
GLuint  index 
) [static]
static void log_glEndSceneEXT ( void  ) [static]
static void log_glEndTilingQCOM ( GLbitfield  preserveMask) [static]
static void log_glEndTransformFeedback ( void  ) [static]
static void log_glEndTransformFeedbackEXT ( void  ) [static]
static void log_glEndTransformFeedbackNV ( void  ) [static]
static void log_glEndVertexShaderEXT ( void  ) [static]
static void log_glEndVideoCaptureNV ( GLuint  video_capture_slot) [static]
static void log_glEvalCoord1d ( GLdouble  u) [static]
static void log_glEvalCoord1dv ( const GLdouble u) [static]
static void log_glEvalCoord1f ( GLfloat  u) [static]
static void log_glEvalCoord1fv ( const GLfloat u) [static]
static void log_glEvalCoord2d ( GLdouble  u,
GLdouble  v 
) [static]
static void log_glEvalCoord2dv ( const GLdouble u) [static]
static void log_glEvalCoord2f ( GLfloat  u,
GLfloat  v 
) [static]
static void log_glEvalCoord2fv ( const GLfloat u) [static]
static void log_glEvalMapsNV ( GLenum  target,
GLenum  mode 
) [static]
static void log_glEvalMesh1 ( GLenum  mode,
GLint  i1,
GLint  i2 
) [static]
static void log_glEvalMesh2 ( GLenum  mode,
GLint  i1,
GLint  i2,
GLint  j1,
GLint  j2 
) [static]
static void log_glEvalPoint1 ( GLint  i) [static]
static void log_glEvalPoint2 ( GLint  i,
GLint  j 
) [static]
static void log_glExecuteProgramNV ( GLenum  target,
GLuint  id,
const GLfloat params 
) [static]
static void log_glExtGetBufferPointervQCOM ( GLenum  target,
GLvoid **  params 
) [static]
static void log_glExtGetBuffersQCOM ( GLuint buffers,
GLint  maxBuffers,
GLint numBuffers 
) [static]
static void log_glExtGetFramebuffersQCOM ( GLuint framebuffers,
GLint  maxFramebuffers,
GLint numFramebuffers 
) [static]
static void log_glExtGetProgramBinarySourceQCOM ( GLuint  program,
GLenum  shadertype,
GLchar source,
GLint length 
) [static]
static void log_glExtGetProgramsQCOM ( GLuint programs,
GLint  maxPrograms,
GLint numPrograms 
) [static]
static void log_glExtGetRenderbuffersQCOM ( GLuint renderbuffers,
GLint  maxRenderbuffers,
GLint numRenderbuffers 
) [static]
static void log_glExtGetShadersQCOM ( GLuint shaders,
GLint  maxShaders,
GLint numShaders 
) [static]
static void log_glExtGetTexLevelParameterivQCOM ( GLuint  texture,
GLenum  face,
GLint  level,
GLenum  pname,
GLint params 
) [static]
static void log_glExtGetTexSubImageQCOM ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
GLvoid texels 
) [static]
static void log_glExtGetTexturesQCOM ( GLuint textures,
GLint  maxTextures,
GLint numTextures 
) [static]
static GLboolean log_glExtIsProgramBinaryQCOM ( GLuint  program) [static]
static void log_glExtractComponentEXT ( GLuint  res,
GLuint  src,
GLuint  num 
) [static]
static void log_glExtTexObjectStateOverrideiQCOM ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glFeedbackBuffer ( GLsizei  size,
GLenum  type,
GLfloat buffer 
) [static]
static GLsync log_glFenceSync ( GLenum  condition,
GLbitfield  flags 
) [static]
static GLsync log_glFenceSyncAPPLE ( GLenum  condition,
GLbitfield  flags 
) [static]
static void log_glFinalCombinerInputNV ( GLenum  variable,
GLenum  input,
GLenum  mapping,
GLenum  componentUsage 
) [static]
static void log_glFinish ( void  ) [static]
static GLint log_glFinishAsyncSGIX ( GLuint markerp) [static]
static void log_glFinishFenceAPPLE ( GLuint  fence) [static]
static void log_glFinishFenceNV ( GLuint  fence) [static]
static void log_glFinishObjectAPPLE ( GLenum  object,
GLint  name 
) [static]
static void log_glFinishRenderAPPLE ( void  ) [static]
static void log_glFinishTextureSUNX ( void  ) [static]
static void log_glFlush ( void  ) [static]
static void log_glFlushMappedBufferRange ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length 
) [static]
static void log_glFlushMappedBufferRangeAPPLE ( GLenum  target,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void log_glFlushMappedBufferRangeEXT ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length 
) [static]
static void log_glFlushMappedNamedBufferRangeEXT ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  length 
) [static]
static void log_glFlushPixelDataRangeNV ( GLenum  target) [static]
static void log_glFlushRasterSGIX ( void  ) [static]
static void log_glFlushRenderAPPLE ( void  ) [static]
static void log_glFlushVertexArrayRangeAPPLE ( GLsizei  length,
GLvoid pointer 
) [static]
static void log_glFlushVertexArrayRangeNV ( void  ) [static]
static void log_glFogCoordd ( GLdouble  coord) [static]
static void log_glFogCoorddEXT ( GLdouble  coord) [static]
static void log_glFogCoorddv ( const GLdouble coord) [static]
static void log_glFogCoorddvEXT ( const GLdouble coord) [static]
static void log_glFogCoordf ( GLfloat  coord) [static]
static void log_glFogCoordfEXT ( GLfloat  coord) [static]
static void log_glFogCoordFormatNV ( GLenum  type,
GLsizei  stride 
) [static]
static void log_glFogCoordfv ( const GLfloat coord) [static]
static void log_glFogCoordfvEXT ( const GLfloat coord) [static]
static void log_glFogCoordhNV ( GLhalfNV  coord) [static]
static void log_glFogCoordhvNV ( const GLhalfNV coord) [static]
static void log_glFogCoordPointer ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glFogCoordPointerEXT ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glFogCoordPointerListIBM ( GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void log_glFogf ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glFogFuncSGIS ( GLsizei  n,
const GLfloat points 
) [static]
static void log_glFogfv ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glFogi ( GLenum  pname,
GLint  param 
) [static]
static void log_glFogiv ( GLenum  pname,
const GLint params 
) [static]
static void log_glFogx ( GLenum  pname,
GLfixed  param 
) [static]
static void log_glFogxv ( GLenum  pname,
const GLfixed params 
) [static]
static void log_glFragmentColorMaterialEXT ( GLenum  face,
GLenum  mode 
) [static]
static void log_glFragmentColorMaterialSGIX ( GLenum  face,
GLenum  mode 
) [static]
static void log_glFragmentLightfEXT ( GLenum  light,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glFragmentLightfSGIX ( GLenum  light,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glFragmentLightfvEXT ( GLenum  light,
GLenum  pname,
GLfloat params 
) [static]
static void log_glFragmentLightfvSGIX ( GLenum  light,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glFragmentLightiEXT ( GLenum  light,
GLenum  pname,
GLint  param 
) [static]
static void log_glFragmentLightiSGIX ( GLenum  light,
GLenum  pname,
GLint  param 
) [static]
static void log_glFragmentLightivEXT ( GLenum  light,
GLenum  pname,
GLint params 
) [static]
static void log_glFragmentLightivSGIX ( GLenum  light,
GLenum  pname,
const GLint params 
) [static]
static void log_glFragmentLightModelfEXT ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glFragmentLightModelfSGIX ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glFragmentLightModelfvEXT ( GLenum  pname,
GLfloat params 
) [static]
static void log_glFragmentLightModelfvSGIX ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glFragmentLightModeliEXT ( GLenum  pname,
GLint  param 
) [static]
static void log_glFragmentLightModeliSGIX ( GLenum  pname,
GLint  param 
) [static]
static void log_glFragmentLightModelivEXT ( GLenum  pname,
GLint params 
) [static]
static void log_glFragmentLightModelivSGIX ( GLenum  pname,
const GLint params 
) [static]
static void log_glFragmentMaterialfEXT ( GLenum  face,
GLenum  pname,
const GLfloat  param 
) [static]
static void log_glFragmentMaterialfSGIX ( GLenum  face,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glFragmentMaterialfvEXT ( GLenum  face,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glFragmentMaterialfvSGIX ( GLenum  face,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glFragmentMaterialiEXT ( GLenum  face,
GLenum  pname,
const GLint  param 
) [static]
static void log_glFragmentMaterialiSGIX ( GLenum  face,
GLenum  pname,
GLint  param 
) [static]
static void log_glFragmentMaterialivEXT ( GLenum  face,
GLenum  pname,
const GLint params 
) [static]
static void log_glFragmentMaterialivSGIX ( GLenum  face,
GLenum  pname,
const GLint params 
) [static]
static void log_glFramebufferDrawBufferEXT ( GLuint  framebuffer,
GLenum  mode 
) [static]
static void log_glFramebufferDrawBuffersEXT ( GLuint  framebuffer,
GLsizei  n,
const GLenum bufs 
) [static]
static void log_glFramebufferParameteri ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glFramebufferReadBufferEXT ( GLuint  framebuffer,
GLenum  mode 
) [static]
static void log_glFramebufferRenderbuffer ( GLenum  target,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
) [static]
static void log_glFramebufferRenderbufferEXT ( GLenum  target,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
) [static]
static void log_glFramebufferRenderbufferOES ( GLenum  target,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
) [static]
static void log_glFramebufferTexture ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level 
) [static]
static void log_glFramebufferTexture1D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void log_glFramebufferTexture1DEXT ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void log_glFramebufferTexture2D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void log_glFramebufferTexture2DEXT ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void log_glFramebufferTexture2DMultisampleEXT ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLsizei  samples 
) [static]
static void log_glFramebufferTexture2DMultisampleIMG ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLsizei  samples 
) [static]
static void log_glFramebufferTexture2DOES ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void log_glFramebufferTexture3D ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void log_glFramebufferTexture3DEXT ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  zoffset 
) [static]
static void log_glFramebufferTexture3DOES ( GLenum  target,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  zoffset 
) [static]
static void log_glFramebufferTextureARB ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level 
) [static]
static void log_glFramebufferTextureEXT ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level 
) [static]
static void log_glFramebufferTextureFace ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLenum  face 
) [static]
static void log_glFramebufferTextureFaceARB ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLenum  face 
) [static]
static void log_glFramebufferTextureFaceEXT ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLenum  face 
) [static]
static void log_glFramebufferTextureLayer ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void log_glFramebufferTextureLayerARB ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void log_glFramebufferTextureLayerEXT ( GLenum  target,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void log_glFrameTerminatorGREMEDY ( void  ) [static]
static void log_glFrameZoomSGIX ( GLint  factor) [static]
static void log_glFreeObjectBufferATI ( GLuint  buffer) [static]
static void log_glFrontFace ( GLenum  mode) [static]
static void log_glFrustum ( GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
) [static]
static void log_glFrustumf ( GLfloat  left,
GLfloat  right,
GLfloat  bottom,
GLfloat  top,
GLfloat  zNear,
GLfloat  zFar 
) [static]
static void log_glFrustumfOES ( GLfloat  l,
GLfloat  r,
GLfloat  b,
GLfloat  t,
GLfloat  n,
GLfloat  f 
) [static]
static void log_glFrustumx ( GLfixed  left,
GLfixed  right,
GLfixed  bottom,
GLfixed  top,
GLfixed  zNear,
GLfixed  zFar 
) [static]
static GLuint log_glGenAsyncMarkersSGIX ( GLsizei  range) [static]
static void log_glGenBuffers ( GLsizei  n,
GLuint buffers 
) [static]
static void log_glGenBuffersARB ( GLsizei  n,
GLuint buffers 
) [static]
static void log_glGenerateMipmap ( GLenum  target) [static]
static void log_glGenerateMipmapEXT ( GLenum  target) [static]
static void log_glGenerateMipmapOES ( GLenum  target) [static]
static void log_glGenerateMultiTexMipmapEXT ( GLenum  texunit,
GLenum  target 
) [static]
static void log_glGenerateTextureMipmapEXT ( GLuint  texture,
GLenum  target 
) [static]
static void log_glGenFencesAPPLE ( GLsizei  n,
GLuint fences 
) [static]
static void log_glGenFencesNV ( GLsizei  n,
GLuint fences 
) [static]
static GLuint log_glGenFragmentShadersATI ( GLuint  range) [static]
static void log_glGenFramebuffers ( GLsizei  n,
GLuint framebuffers 
) [static]
static void log_glGenFramebuffersEXT ( GLsizei  n,
GLuint framebuffers 
) [static]
static void log_glGenFramebuffersOES ( GLsizei  n,
GLuint framebuffers 
) [static]
static GLuint log_glGenLists ( GLsizei  range) [static]
static void log_glGenNamesAMD ( GLenum  identifier,
GLuint  num,
GLuint names 
) [static]
static void log_glGenOcclusionQueriesNV ( GLsizei  n,
GLuint ids 
) [static]
static GLuint log_glGenPathsNV ( GLsizei  range) [static]
static void log_glGenPerfMonitorsAMD ( GLsizei  n,
GLuint monitors 
) [static]
static void log_glGenProgramPipelines ( GLsizei  n,
GLuint pipelines 
) [static]
static void log_glGenProgramsARB ( GLsizei  n,
GLuint programs 
) [static]
static void log_glGenProgramsNV ( GLsizei  n,
GLuint programs 
) [static]
static void log_glGenQueries ( GLsizei  n,
GLuint ids 
) [static]
static void log_glGenQueriesARB ( GLsizei  n,
GLuint ids 
) [static]
static void log_glGenQueriesEXT ( GLsizei  n,
GLuint ids 
) [static]
static void log_glGenRenderbuffers ( GLsizei  n,
GLuint renderbuffers 
) [static]
static void log_glGenRenderbuffersEXT ( GLsizei  n,
GLuint renderbuffers 
) [static]
static void log_glGenRenderbuffersOES ( GLsizei  n,
GLuint renderbuffers 
) [static]
static void log_glGenSamplers ( GLsizei  count,
GLuint samplers 
) [static]
static GLuint log_glGenSymbolsEXT ( GLenum  datatype,
GLenum  storagetype,
GLenum  range,
GLuint  components 
) [static]
static void log_glGenTextures ( GLsizei  n,
GLuint textures 
) [static]
static void log_glGenTexturesEXT ( GLsizei  n,
GLuint textures 
) [static]
static void log_glGenTransformFeedbacks ( GLsizei  n,
GLuint ids 
) [static]
static void log_glGenTransformFeedbacksNV ( GLsizei  n,
GLuint ids 
) [static]
static void log_glGenVertexArrays ( GLsizei  n,
GLuint arrays 
) [static]
static void log_glGenVertexArraysAPPLE ( GLsizei  n,
GLuint arrays 
) [static]
static void log_glGenVertexArraysOES ( GLsizei  n,
GLuint arrays 
) [static]
static GLuint log_glGenVertexShadersEXT ( GLuint  range) [static]
static void log_glGetActiveAtomicCounterBufferiv ( GLuint  program,
GLuint  bufferIndex,
GLenum  pname,
GLint params 
) [static]
static void log_glGetActiveAttrib ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLint size,
GLenum type,
GLchar name 
) [static]
static void log_glGetActiveAttribARB ( GLhandleARB  programObj,
GLuint  index,
GLsizei  maxLength,
GLsizei length,
GLint size,
GLenum type,
GLcharARB name 
) [static]
static void log_glGetActiveSubroutineName ( GLuint  program,
GLenum  shaderType,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLchar name 
) [static]
static void log_glGetActiveSubroutineUniformiv ( GLuint  program,
GLenum  shaderType,
GLuint  index,
GLenum  pname,
GLint values 
) [static]
static void log_glGetActiveSubroutineUniformName ( GLuint  program,
GLenum  shaderType,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLchar name 
) [static]
static void log_glGetActiveUniform ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLint size,
GLenum type,
GLchar name 
) [static]
static void log_glGetActiveUniformARB ( GLhandleARB  programObj,
GLuint  index,
GLsizei  maxLength,
GLsizei length,
GLint size,
GLenum type,
GLcharARB name 
) [static]
static void log_glGetActiveUniformBlockiv ( GLuint  program,
GLuint  uniformBlockIndex,
GLenum  pname,
GLint params 
) [static]
static void log_glGetActiveUniformBlockName ( GLuint  program,
GLuint  uniformBlockIndex,
GLsizei  bufSize,
GLsizei length,
GLchar uniformBlockName 
) [static]
static void log_glGetActiveUniformName ( GLuint  program,
GLuint  uniformIndex,
GLsizei  bufSize,
GLsizei length,
GLchar uniformName 
) [static]
static void log_glGetActiveUniformsiv ( GLuint  program,
GLsizei  uniformCount,
const GLuint uniformIndices,
GLenum  pname,
GLint params 
) [static]
static void log_glGetActiveVaryingNV ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLsizei size,
GLenum type,
GLchar name 
) [static]
static void log_glGetArrayObjectfvATI ( GLenum  array,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetArrayObjectivATI ( GLenum  array,
GLenum  pname,
GLint params 
) [static]
static void log_glGetAttachedObjectsARB ( GLhandleARB  containerObj,
GLsizei  maxCount,
GLsizei count,
GLhandleARB obj 
) [static]
static void log_glGetAttachedShaders ( GLuint  program,
GLsizei  maxCount,
GLsizei count,
GLuint shaders 
) [static]
static GLint log_glGetAttribLocation ( GLuint  program,
const GLchar name 
) [static]
static GLint log_glGetAttribLocationARB ( GLhandleARB  programObj,
const GLcharARB name 
) [static]
static void log_glGetBooleani_v ( GLenum  target,
GLuint  index,
GLboolean data 
) [static]
static void log_glGetBooleanIndexedvEXT ( GLenum  value,
GLuint  index,
GLboolean data 
) [static]
static void log_glGetBooleanv ( GLenum  pname,
GLboolean params 
) [static]
static void log_glGetBufferParameteri64v ( GLenum  target,
GLenum  pname,
GLint64 params 
) [static]
static void log_glGetBufferParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetBufferParameterivARB ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetBufferParameterui64vNV ( GLenum  target,
GLenum  pname,
GLuint64EXT params 
) [static]
static void log_glGetBufferPointerv ( GLenum  target,
GLenum  pname,
GLvoid **  params 
) [static]
static void log_glGetBufferPointervARB ( GLenum  target,
GLenum  pname,
GLvoid **  params 
) [static]
static void log_glGetBufferPointervOES ( GLenum  target,
GLenum  pname,
GLvoid **  params 
) [static]
static void log_glGetBufferSubData ( GLenum  target,
GLintptr  offset,
GLsizeiptr  size,
GLvoid data 
) [static]
static void log_glGetBufferSubDataARB ( GLenum  target,
GLintptrARB  offset,
GLsizeiptrARB  size,
GLvoid data 
) [static]
static void log_glGetClipPlane ( GLenum  plane,
GLdouble equation 
) [static]
static void log_glGetClipPlanef ( GLenum  pname,
GLfloat eqn 
) [static]
static void log_glGetClipPlanefOES ( GLenum  plane,
GLfloat equation 
) [static]
static void log_glGetClipPlanex ( GLenum  pname,
GLfixed eqn 
) [static]
static void log_glGetColorTable ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid table 
) [static]
static void log_glGetColorTableEXT ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid data 
) [static]
static void log_glGetColorTableParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetColorTableParameterfvEXT ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetColorTableParameterfvSGI ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetColorTableParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetColorTableParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetColorTableParameterivSGI ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetColorTableSGI ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid table 
) [static]
static void log_glGetCombinerInputParameterfvNV ( GLenum  stage,
GLenum  portion,
GLenum  variable,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetCombinerInputParameterivNV ( GLenum  stage,
GLenum  portion,
GLenum  variable,
GLenum  pname,
GLint params 
) [static]
static void log_glGetCombinerOutputParameterfvNV ( GLenum  stage,
GLenum  portion,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetCombinerOutputParameterivNV ( GLenum  stage,
GLenum  portion,
GLenum  pname,
GLint params 
) [static]
static void log_glGetCombinerStageParameterfvNV ( GLenum  stage,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetCompressedMultiTexImageEXT ( GLenum  texunit,
GLenum  target,
GLint  lod,
GLvoid img 
) [static]
static void log_glGetCompressedTexImage ( GLenum  target,
GLint  lod,
GLvoid img 
) [static]
static void log_glGetCompressedTexImageARB ( GLenum  target,
GLint  lod,
GLvoid img 
) [static]
static void log_glGetCompressedTextureImageEXT ( GLuint  texture,
GLenum  target,
GLint  lod,
GLvoid img 
) [static]
static void log_glGetConvolutionFilter ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid image 
) [static]
static void log_glGetConvolutionFilterEXT ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid image 
) [static]
static void log_glGetConvolutionParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetConvolutionParameterfvEXT ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetConvolutionParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetConvolutionParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static GLuint log_glGetDebugMessageLog ( GLuint  count,
GLsizei  bufsize,
GLenum sources,
GLenum types,
GLuint ids,
GLenum severities,
GLsizei lengths,
GLchar messageLog 
) [static]
static GLuint log_glGetDebugMessageLogAMD ( GLuint  count,
GLsizei  bufsize,
GLenum categories,
GLuint severities,
GLuint ids,
GLsizei lengths,
GLchar message 
) [static]
static GLuint log_glGetDebugMessageLogARB ( GLuint  count,
GLsizei  bufsize,
GLenum sources,
GLenum types,
GLuint ids,
GLenum severities,
GLsizei lengths,
GLchar messageLog 
) [static]
static void log_glGetDetailTexFuncSGIS ( GLenum  target,
GLfloat points 
) [static]
static void log_glGetDoublei_v ( GLenum  target,
GLuint  index,
GLdouble v 
) [static]
static void log_glGetDoublei_vEXT ( GLenum  target,
GLuint  index,
GLdouble data 
) [static]
static void log_glGetDoubleIndexedvEXT ( GLenum  target,
GLuint  index,
GLdouble data 
) [static]
static void log_glGetDoublev ( GLenum  pname,
GLdouble params 
) [static]
static void log_glGetDriverControlsQCOM ( GLint num,
GLsizei  size,
GLuint driverControls 
) [static]
static void log_glGetDriverControlStringQCOM ( GLuint  driverControl,
GLsizei  bufSize,
GLsizei length,
GLchar driverControlString 
) [static]
static GLenum log_glGetError ( void  ) [static]
static void log_glGetFenceivNV ( GLuint  fence,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFinalCombinerInputParameterfvNV ( GLenum  variable,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetFinalCombinerInputParameterivNV ( GLenum  variable,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFixedv ( GLenum  pname,
GLfixed params 
) [static]
static void log_glGetFloati_v ( GLenum  target,
GLuint  index,
GLfloat v 
) [static]
static void log_glGetFloati_vEXT ( GLenum  target,
GLuint  index,
GLfloat data 
) [static]
static void log_glGetFloatIndexedvEXT ( GLenum  target,
GLuint  index,
GLfloat data 
) [static]
static void log_glGetFloatv ( GLenum  pname,
GLfloat params 
) [static]
static void log_glGetFogFuncSGIS ( GLfloat points) [static]
static GLint log_glGetFragDataIndex ( GLuint  program,
const GLchar name 
) [static]
static GLint log_glGetFragDataLocation ( GLuint  program,
const GLchar name 
) [static]
static GLint log_glGetFragDataLocationEXT ( GLuint  program,
const GLchar name 
) [static]
static void log_glGetFragmentLightfvEXT ( GLenum  light,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetFragmentLightfvSGIX ( GLenum  light,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetFragmentLightivEXT ( GLenum  light,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFragmentLightivSGIX ( GLenum  light,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFragmentMaterialfvEXT ( GLenum  face,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glGetFragmentMaterialfvSGIX ( GLenum  face,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetFragmentMaterialivEXT ( GLenum  face,
GLenum  pname,
const GLint params 
) [static]
static void log_glGetFragmentMaterialivSGIX ( GLenum  face,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFramebufferAttachmentParameteriv ( GLenum  target,
GLenum  attachment,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFramebufferAttachmentParameterivEXT ( GLenum  target,
GLenum  attachment,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFramebufferAttachmentParameterivOES ( GLenum  target,
GLenum  attachment,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFramebufferParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetFramebufferParameterivEXT ( GLuint  framebuffer,
GLenum  pname,
GLint params 
) [static]
static GLhandleARB log_glGetHandleARB ( GLenum  pname) [static]
static void log_glGetHistogram ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLvoid values 
) [static]
static void log_glGetHistogramEXT ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLvoid values 
) [static]
static void log_glGetHistogramParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetHistogramParameterfvEXT ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetHistogramParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetHistogramParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static GLuint64 log_glGetImageHandleNV ( GLuint  texture,
GLint  level,
GLboolean  layered,
GLint  layer,
GLenum  format 
) [static]
static void log_glGetImageTransformParameterfvHP ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetImageTransformParameterivHP ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetInfoLogARB ( GLhandleARB  obj,
GLsizei  maxLength,
GLsizei length,
GLcharARB infoLog 
) [static]
static GLint log_glGetInstrumentsSGIX ( void  ) [static]
static void log_glGetInteger64i_v ( GLenum  target,
GLuint  index,
GLint64 data 
) [static]
static void log_glGetInteger64v ( GLenum  pname,
GLint64 params 
) [static]
static void log_glGetInteger64vAPPLE ( GLenum  pname,
GLint64 params 
) [static]
static void log_glGetIntegeri_v ( GLenum  target,
GLuint  index,
GLint data 
) [static]
static void log_glGetIntegeri_vEXT ( GLenum  target,
GLuint  index,
GLint data 
) [static]
static void log_glGetIntegerIndexedvEXT ( GLenum  value,
GLuint  index,
GLint data 
) [static]
static void log_glGetIntegerui64i_vNV ( GLenum  target,
GLuint  index,
GLuint64EXT data 
) [static]
static void log_glGetIntegerui64vNV ( GLenum  target,
GLuint64EXT data 
) [static]
static void log_glGetIntegerv ( GLenum  pname,
GLint params 
) [static]
static void log_glGetInternalformati64v ( GLenum  target,
GLenum  internalformat,
GLenum  pname,
GLsizei  bufSize,
GLint64 params 
) [static]
static void log_glGetInternalformativ ( GLenum  target,
GLenum  internalformat,
GLenum  pname,
GLsizei  bufSize,
GLint params 
) [static]
static void log_glGetInvariantBooleanvEXT ( GLuint  id,
GLenum  value,
GLboolean data 
) [static]
static void log_glGetInvariantFloatvEXT ( GLuint  id,
GLenum  value,
GLfloat data 
) [static]
static void log_glGetInvariantIntegervEXT ( GLuint  id,
GLenum  value,
GLint data 
) [static]
static void log_glGetLightfv ( GLenum  light,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetLightiv ( GLenum  light,
GLenum  pname,
GLint params 
) [static]
static void log_glGetLightxv ( GLenum  light,
GLenum  pname,
GLfixed params 
) [static]
static void log_glGetListParameterfvSGIX ( GLuint  list,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetListParameterivSGIX ( GLuint  list,
GLenum  pname,
GLint params 
) [static]
static void log_glGetLocalConstantBooleanvEXT ( GLuint  id,
GLenum  value,
GLboolean data 
) [static]
static void log_glGetLocalConstantFloatvEXT ( GLuint  id,
GLenum  value,
GLfloat data 
) [static]
static void log_glGetLocalConstantIntegervEXT ( GLuint  id,
GLenum  value,
GLint data 
) [static]
static void log_glGetMapAttribParameterfvNV ( GLenum  target,
GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMapAttribParameterivNV ( GLenum  target,
GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMapControlPointsNV ( GLenum  target,
GLuint  index,
GLenum  type,
GLsizei  ustride,
GLsizei  vstride,
GLboolean  packed,
GLvoid points 
) [static]
static void log_glGetMapdv ( GLenum  target,
GLenum  query,
GLdouble v 
) [static]
static void log_glGetMapfv ( GLenum  target,
GLenum  query,
GLfloat v 
) [static]
static void log_glGetMapiv ( GLenum  target,
GLenum  query,
GLint v 
) [static]
static void log_glGetMapParameterfvNV ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMapParameterivNV ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMaterialfv ( GLenum  face,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMaterialiv ( GLenum  face,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMaterialxv ( GLenum  face,
GLenum  pname,
GLfixed params 
) [static]
static void log_glGetMinmax ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  types,
GLvoid values 
) [static]
static void log_glGetMinmaxEXT ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLvoid values 
) [static]
static void log_glGetMinmaxParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMinmaxParameterfvEXT ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMinmaxParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMinmaxParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMultisamplefv ( GLenum  pname,
GLuint  index,
GLfloat val 
) [static]
static void log_glGetMultisamplefvNV ( GLenum  pname,
GLuint  index,
GLfloat val 
) [static]
static void log_glGetMultiTexEnvfvEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMultiTexEnvivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMultiTexGendvEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetMultiTexGenfvEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMultiTexGenivEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMultiTexImageEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void log_glGetMultiTexLevelParameterfvEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMultiTexLevelParameterivEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMultiTexParameterfvEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetMultiTexParameterIivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetMultiTexParameterIuivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetMultiTexParameterivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetNamedBufferParameterivEXT ( GLuint  buffer,
GLenum  pname,
GLint params 
) [static]
static void log_glGetNamedBufferParameterui64vNV ( GLuint  buffer,
GLenum  pname,
GLuint64EXT params 
) [static]
static void log_glGetNamedBufferPointervEXT ( GLuint  buffer,
GLenum  pname,
GLvoid **  params 
) [static]
static void log_glGetNamedBufferSubDataEXT ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size,
GLvoid data 
) [static]
static void log_glGetNamedFramebufferAttachmentParameterivEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  pname,
GLint params 
) [static]
static void log_glGetNamedFramebufferParameterivEXT ( GLuint  framebuffer,
GLenum  pname,
GLint params 
) [static]
static void log_glGetNamedProgramivEXT ( GLuint  program,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetNamedProgramLocalParameterdvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLdouble params 
) [static]
static void log_glGetNamedProgramLocalParameterfvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLfloat params 
) [static]
static void log_glGetNamedProgramLocalParameterIivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLint params 
) [static]
static void log_glGetNamedProgramLocalParameterIuivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLuint params 
) [static]
static void log_glGetNamedProgramStringEXT ( GLuint  program,
GLenum  target,
GLenum  pname,
GLvoid string 
) [static]
static void log_glGetNamedRenderbufferParameterivEXT ( GLuint  renderbuffer,
GLenum  pname,
GLint params 
) [static]
static void log_glGetNamedStringARB ( GLint  namelen,
const GLchar name,
GLsizei  bufSize,
GLint stringlen,
GLchar string 
) [static]
static void log_glGetNamedStringivARB ( GLint  namelen,
const GLchar name,
GLenum  pname,
GLint params 
) [static]
static void log_glGetnColorTableARB ( GLenum  target,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid table 
) [static]
static void log_glGetnCompressedTexImageARB ( GLenum  target,
GLint  lod,
GLsizei  bufSize,
GLvoid img 
) [static]
static void log_glGetnConvolutionFilterARB ( GLenum  target,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid image 
) [static]
static void log_glGetnHistogramARB ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid values 
) [static]
static void log_glGetnMapdvARB ( GLenum  target,
GLenum  query,
GLsizei  bufSize,
GLdouble v 
) [static]
static void log_glGetnMapfvARB ( GLenum  target,
GLenum  query,
GLsizei  bufSize,
GLfloat v 
) [static]
static void log_glGetnMapivARB ( GLenum  target,
GLenum  query,
GLsizei  bufSize,
GLint v 
) [static]
static void log_glGetnMinmaxARB ( GLenum  target,
GLboolean  reset,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid values 
) [static]
static void log_glGetnPixelMapfvARB ( GLenum  map,
GLsizei  bufSize,
GLfloat values 
) [static]
static void log_glGetnPixelMapuivARB ( GLenum  map,
GLsizei  bufSize,
GLuint values 
) [static]
static void log_glGetnPixelMapusvARB ( GLenum  map,
GLsizei  bufSize,
GLushort values 
) [static]
static void log_glGetnPolygonStippleARB ( GLsizei  bufSize,
GLubyte pattern 
) [static]
static void log_glGetnSeparableFilterARB ( GLenum  target,
GLenum  format,
GLenum  type,
GLsizei  rowBufSize,
GLvoid row,
GLsizei  columnBufSize,
GLvoid column,
GLvoid span 
) [static]
static void log_glGetnTexImageARB ( GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid img 
) [static]
static void log_glGetnUniformdvARB ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLdouble params 
) [static]
static void log_glGetnUniformfvARB ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLfloat params 
) [static]
static void log_glGetnUniformfvEXT ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLfloat params 
) [static]
static void log_glGetnUniformivARB ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLint params 
) [static]
static void log_glGetnUniformivEXT ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLint params 
) [static]
static void log_glGetnUniformuivARB ( GLuint  program,
GLint  location,
GLsizei  bufSize,
GLuint params 
) [static]
static void log_glGetObjectBufferfvATI ( GLuint  buffer,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetObjectBufferivATI ( GLuint  buffer,
GLenum  pname,
GLint params 
) [static]
static void log_glGetObjectLabel ( GLenum  identifier,
GLuint  name,
GLsizei  bufSize,
GLsizei length,
GLchar label 
) [static]
static void log_glGetObjectLabelEXT ( GLenum  type,
GLuint  object,
GLsizei  bufSize,
GLsizei length,
GLchar label 
) [static]
static void log_glGetObjectParameterfvARB ( GLhandleARB  obj,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetObjectParameterivAPPLE ( GLenum  objectType,
GLuint  name,
GLenum  pname,
GLint params 
) [static]
static void log_glGetObjectParameterivARB ( GLhandleARB  obj,
GLenum  pname,
GLint params 
) [static]
static void log_glGetObjectPtrLabel ( const GLvoid ptr,
GLsizei  bufSize,
GLsizei length,
GLchar label 
) [static]
static void log_glGetOcclusionQueryivNV ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void log_glGetOcclusionQueryuivNV ( GLuint  id,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetPathColorGenfvNV ( GLenum  color,
GLenum  pname,
GLfloat value 
) [static]
static void log_glGetPathColorGenivNV ( GLenum  color,
GLenum  pname,
GLint value 
) [static]
static void log_glGetPathCommandsNV ( GLuint  name,
GLubyte commands 
) [static]
static void log_glGetPathCoordsNV ( GLuint  name,
GLfloat coords 
) [static]
static void log_glGetPathDashArrayNV ( GLuint  name,
GLfloat dashArray 
) [static]
static GLfloat log_glGetPathLengthNV ( GLuint  path,
GLsizei  startSegment,
GLsizei  numSegments 
) [static]
static void log_glGetPathMetricRangeNV ( GLbitfield  metricQueryMask,
GLuint  fistPathName,
GLsizei  numPaths,
GLsizei  stride,
GLfloat metrics 
) [static]
static void log_glGetPathMetricsNV ( GLbitfield  metricQueryMask,
GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLsizei  stride,
GLfloat metrics 
) [static]
static void log_glGetPathParameterfvNV ( GLuint  name,
GLenum  param,
GLfloat value 
) [static]
static void log_glGetPathParameterivNV ( GLuint  name,
GLenum  param,
GLint value 
) [static]
static void log_glGetPathSpacingNV ( GLenum  pathListMode,
GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLfloat  advanceScale,
GLfloat  kerningScale,
GLenum  transformType,
GLfloat returnedSpacing 
) [static]
static void log_glGetPathTexGenfvNV ( GLenum  texCoordSet,
GLenum  pname,
GLfloat value 
) [static]
static void log_glGetPathTexGenivNV ( GLenum  texCoordSet,
GLenum  pname,
GLint value 
) [static]
static void log_glGetPerfMonitorCounterDataAMD ( GLuint  monitor,
GLenum  pname,
GLsizei  dataSize,
GLuint data,
GLint bytesWritten 
) [static]
static void log_glGetPerfMonitorCounterInfoAMD ( GLuint  group,
GLuint  counter,
GLenum  pname,
GLvoid data 
) [static]
static void log_glGetPerfMonitorCountersAMD ( GLuint  group,
GLint numCounters,
GLint maxActiveCounters,
GLsizei  countersSize,
GLuint counters 
) [static]
static void log_glGetPerfMonitorCounterStringAMD ( GLuint  group,
GLuint  counter,
GLsizei  bufSize,
GLsizei length,
GLchar counterString 
) [static]
static void log_glGetPerfMonitorGroupsAMD ( GLint numGroups,
GLsizei  groupsSize,
GLuint groups 
) [static]
static void log_glGetPerfMonitorGroupStringAMD ( GLuint  group,
GLsizei  bufSize,
GLsizei length,
GLchar groupString 
) [static]
static void log_glGetPixelMapfv ( GLenum  map,
GLfloat values 
) [static]
static void log_glGetPixelMapuiv ( GLenum  map,
GLuint values 
) [static]
static void log_glGetPixelMapusv ( GLenum  map,
GLushort values 
) [static]
static void log_glGetPixelTexGenParameterfvSGIS ( GLenum  pname,
GLfloat params 
) [static]
static void log_glGetPixelTexGenParameterivSGIS ( GLenum  pname,
GLint params 
) [static]
static void log_glGetPixelTransformParameterfvEXT ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glGetPixelTransformParameterivEXT ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glGetPointeri_vEXT ( GLenum  pname,
GLuint  index,
GLvoid **  params 
) [static]
static void log_glGetPointerIndexedvEXT ( GLenum  target,
GLuint  index,
GLvoid **  data 
) [static]
static void log_glGetPointerv ( GLenum  pname,
GLvoid **  params 
) [static]
static void log_glGetPointervEXT ( GLenum  pname,
GLvoid **  params 
) [static]
static void log_glGetPolygonStipple ( GLubyte mask) [static]
static void log_glGetProgramBinary ( GLuint  program,
GLsizei  bufSize,
GLsizei length,
GLenum binaryFormat,
GLvoid binary 
) [static]
static void log_glGetProgramBinaryOES ( GLuint  program,
GLsizei  bufSize,
GLsizei length,
GLenum binaryFormat,
GLvoid binary 
) [static]
static void log_glGetProgramEnvParameterdvARB ( GLenum  target,
GLuint  index,
GLdouble params 
) [static]
static void log_glGetProgramEnvParameterfvARB ( GLenum  target,
GLuint  index,
GLfloat params 
) [static]
static void log_glGetProgramEnvParameterIivNV ( GLenum  target,
GLuint  index,
GLint params 
) [static]
static void log_glGetProgramEnvParameterIuivNV ( GLenum  target,
GLuint  index,
GLuint params 
) [static]
static void log_glGetProgramInfoLog ( GLuint  program,
GLsizei  bufSize,
GLsizei length,
GLchar infoLog 
) [static]
static void log_glGetProgramInterfaceiv ( GLuint  program,
GLenum  programInterface,
GLenum  pname,
GLint params 
) [static]
static void log_glGetProgramiv ( GLuint  program,
GLenum  pname,
GLint params 
) [static]
static void log_glGetProgramivARB ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetProgramivNV ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void log_glGetProgramLocalParameterdvARB ( GLenum  target,
GLuint  index,
GLdouble params 
) [static]
static void log_glGetProgramLocalParameterfvARB ( GLenum  target,
GLuint  index,
GLfloat params 
) [static]
static void log_glGetProgramLocalParameterIivNV ( GLenum  target,
GLuint  index,
GLint params 
) [static]
static void log_glGetProgramLocalParameterIuivNV ( GLenum  target,
GLuint  index,
GLuint params 
) [static]
static void log_glGetProgramNamedParameterdvNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
GLdouble params 
) [static]
static void log_glGetProgramNamedParameterfvNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
GLfloat params 
) [static]
static void log_glGetProgramParameterdvNV ( GLenum  target,
GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetProgramParameterfvNV ( GLenum  target,
GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetProgramPipelineInfoLog ( GLuint  pipeline,
GLsizei  bufSize,
GLsizei length,
GLchar infoLog 
) [static]
static void log_glGetProgramPipelineiv ( GLuint  pipeline,
GLenum  pname,
GLint params 
) [static]
static GLuint log_glGetProgramResourceIndex ( GLuint  program,
GLenum  programInterface,
const GLchar name 
) [static]
static void log_glGetProgramResourceiv ( GLuint  program,
GLenum  programInterface,
GLuint  index,
GLsizei  propCount,
const GLenum props,
GLsizei  bufSize,
GLsizei length,
GLint params 
) [static]
static GLint log_glGetProgramResourceLocation ( GLuint  program,
GLenum  programInterface,
const GLchar name 
) [static]
static GLint log_glGetProgramResourceLocationIndex ( GLuint  program,
GLenum  programInterface,
const GLchar name 
) [static]
static void log_glGetProgramResourceName ( GLuint  program,
GLenum  programInterface,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLchar name 
) [static]
static void log_glGetProgramStageiv ( GLuint  program,
GLenum  shaderType,
GLenum  pname,
GLint values 
) [static]
static void log_glGetProgramStringARB ( GLenum  target,
GLenum  pname,
GLvoid string 
) [static]
static void log_glGetProgramStringNV ( GLuint  id,
GLenum  pname,
GLubyte program 
) [static]
static void log_glGetProgramSubroutineParameteruivNV ( GLenum  target,
GLuint  index,
GLuint params 
) [static]
static void log_glGetQueryIndexediv ( GLenum  target,
GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void log_glGetQueryiv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetQueryivARB ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetQueryivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetQueryObjecti64v ( GLuint  id,
GLenum  pname,
GLint64 params 
) [static]
static void log_glGetQueryObjecti64vEXT ( GLuint  id,
GLenum  pname,
GLint64EXT params 
) [static]
static void log_glGetQueryObjectiv ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void log_glGetQueryObjectivARB ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void log_glGetQueryObjectivEXT ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void log_glGetQueryObjectui64v ( GLuint  id,
GLenum  pname,
GLuint64 params 
) [static]
static void log_glGetQueryObjectui64vEXT ( GLuint  id,
GLenum  pname,
GLuint64EXT params 
) [static]
static void log_glGetQueryObjectuiv ( GLuint  id,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetQueryObjectuivARB ( GLuint  id,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetQueryObjectuivEXT ( GLuint  id,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetRenderbufferParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetRenderbufferParameterivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetRenderbufferParameterivOES ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetSamplerParameterfv ( GLuint  sampler,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetSamplerParameterIiv ( GLuint  sampler,
GLenum  pname,
GLint params 
) [static]
static void log_glGetSamplerParameterIuiv ( GLuint  sampler,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetSamplerParameteriv ( GLuint  sampler,
GLenum  pname,
GLint params 
) [static]
static void log_glGetSeparableFilter ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid row,
GLvoid column,
GLvoid span 
) [static]
static void log_glGetSeparableFilterEXT ( GLenum  target,
GLenum  format,
GLenum  type,
GLvoid row,
GLvoid column,
GLvoid span 
) [static]
static void log_glGetShaderInfoLog ( GLuint  shader,
GLsizei  bufSize,
GLsizei length,
GLchar infoLog 
) [static]
static void log_glGetShaderiv ( GLuint  shader,
GLenum  pname,
GLint params 
) [static]
static void log_glGetShaderPrecisionFormat ( GLenum  shadertype,
GLenum  precisiontype,
GLint range,
GLint precision 
) [static]
static void log_glGetShaderSource ( GLuint  shader,
GLsizei  bufSize,
GLsizei length,
GLchar source 
) [static]
static void log_glGetShaderSourceARB ( GLhandleARB  obj,
GLsizei  maxLength,
GLsizei length,
GLcharARB source 
) [static]
static void log_glGetSharpenTexFuncSGIS ( GLenum  target,
GLfloat points 
) [static]
static const GLubyte* log_glGetString ( GLenum  name) [static]
static const GLubyte* log_glGetStringi ( GLenum  name,
GLuint  index 
) [static]
static GLuint log_glGetSubroutineIndex ( GLuint  program,
GLenum  shaderType,
const GLchar name 
) [static]
static GLint log_glGetSubroutineUniformLocation ( GLuint  program,
GLenum  shaderType,
const GLchar name 
) [static]
static void log_glGetSynciv ( GLsync  sync,
GLenum  pname,
GLsizei  bufSize,
GLsizei length,
GLint values 
) [static]
static void log_glGetSyncivAPPLE ( GLsync  sync,
GLenum  pname,
GLsizei  bufSize,
GLsizei length,
GLint values 
) [static]
static void log_glGetTexBumpParameterfvATI ( GLenum  pname,
GLfloat param 
) [static]
static void log_glGetTexBumpParameterivATI ( GLenum  pname,
GLint param 
) [static]
static void log_glGetTexEnvfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetTexEnviv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTexEnvxv ( GLenum  env,
GLenum  pname,
GLfixed params 
) [static]
static void log_glGetTexFilterFuncSGIS ( GLenum  target,
GLenum  filter,
GLfloat weights 
) [static]
static void log_glGetTexGendv ( GLenum  coord,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetTexGenfv ( GLenum  coord,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetTexGenfvOES ( GLenum  coord,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetTexGeniv ( GLenum  coord,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTexGenivOES ( GLenum  coord,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTexGenxvOES ( GLenum  coord,
GLenum  pname,
GLfixed params 
) [static]
static void log_glGetTexImage ( GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void log_glGetTexLevelParameterfv ( GLenum  target,
GLint  level,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetTexLevelParameteriv ( GLenum  target,
GLint  level,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTexParameterfv ( GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetTexParameterIiv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTexParameterIivEXT ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTexParameterIuiv ( GLenum  target,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetTexParameterIuivEXT ( GLenum  target,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetTexParameteriv ( GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTexParameterPointervAPPLE ( GLenum  target,
GLenum  pname,
GLvoid **  params 
) [static]
static void log_glGetTexParameterxv ( GLenum  target,
GLenum  pname,
GLfixed params 
) [static]
static GLuint64 log_glGetTextureHandleNV ( GLuint  texture) [static]
static void log_glGetTextureImageEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void log_glGetTextureLevelParameterfvEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetTextureLevelParameterivEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTextureParameterfvEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetTextureParameterIivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTextureParameterIuivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetTextureParameterivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLint params 
) [static]
static GLuint64 log_glGetTextureSamplerHandleNV ( GLuint  texture,
GLuint  sampler 
) [static]
static void log_glGetTrackMatrixivNV ( GLenum  target,
GLuint  address,
GLenum  pname,
GLint params 
) [static]
static void log_glGetTransformFeedbackVarying ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLsizei size,
GLenum type,
GLchar name 
) [static]
static void log_glGetTransformFeedbackVaryingEXT ( GLuint  program,
GLuint  index,
GLsizei  bufSize,
GLsizei length,
GLsizei size,
GLenum type,
GLchar name 
) [static]
static void log_glGetTransformFeedbackVaryingNV ( GLuint  program,
GLuint  index,
GLint location 
) [static]
static void log_glGetTranslatedShaderSourceANGLE ( GLuint  shader,
GLsizei  bufsize,
GLsizei length,
GLchar source 
) [static]
static GLuint log_glGetUniformBlockIndex ( GLuint  program,
const GLchar uniformBlockName 
) [static]
static GLint log_glGetUniformBufferSizeEXT ( GLuint  program,
GLint  location 
) [static]
static void log_glGetUniformdv ( GLuint  program,
GLint  location,
GLdouble params 
) [static]
static void log_glGetUniformfv ( GLuint  program,
GLint  location,
GLfloat params 
) [static]
static void log_glGetUniformfvARB ( GLhandleARB  programObj,
GLint  location,
GLfloat params 
) [static]
static void log_glGetUniformi64vNV ( GLuint  program,
GLint  location,
GLint64EXT params 
) [static]
static void log_glGetUniformIndices ( GLuint  program,
GLsizei  uniformCount,
const GLchar *const *  uniformNames,
GLuint uniformIndices 
) [static]
static void log_glGetUniformiv ( GLuint  program,
GLint  location,
GLint params 
) [static]
static void log_glGetUniformivARB ( GLhandleARB  programObj,
GLint  location,
GLint params 
) [static]
static GLint log_glGetUniformLocation ( GLuint  program,
const GLchar name 
) [static]
static GLint log_glGetUniformLocationARB ( GLhandleARB  programObj,
const GLcharARB name 
) [static]
static GLintptr log_glGetUniformOffsetEXT ( GLuint  program,
GLint  location 
) [static]
static void log_glGetUniformSubroutineuiv ( GLenum  shaderType,
GLint  location,
GLuint params 
) [static]
static void log_glGetUniformui64vNV ( GLuint  program,
GLint  location,
GLuint64EXT params 
) [static]
static void log_glGetUniformuiv ( GLuint  program,
GLint  location,
GLuint params 
) [static]
static void log_glGetUniformuivEXT ( GLuint  program,
GLint  location,
GLuint params 
) [static]
static void log_glGetVariantArrayObjectfvATI ( GLuint  id,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetVariantArrayObjectivATI ( GLuint  id,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVariantBooleanvEXT ( GLuint  id,
GLenum  value,
GLboolean data 
) [static]
static void log_glGetVariantFloatvEXT ( GLuint  id,
GLenum  value,
GLfloat data 
) [static]
static void log_glGetVariantIntegervEXT ( GLuint  id,
GLenum  value,
GLint data 
) [static]
static void log_glGetVariantPointervEXT ( GLuint  id,
GLenum  value,
GLvoid **  data 
) [static]
static GLint log_glGetVaryingLocationNV ( GLuint  program,
const GLchar name 
) [static]
static void log_glGetVertexArrayIntegeri_vEXT ( GLuint  vaobj,
GLuint  index,
GLenum  pname,
GLint param 
) [static]
static void log_glGetVertexArrayIntegervEXT ( GLuint  vaobj,
GLenum  pname,
GLint param 
) [static]
static void log_glGetVertexArrayPointeri_vEXT ( GLuint  vaobj,
GLuint  index,
GLenum  pname,
GLvoid **  param 
) [static]
static void log_glGetVertexArrayPointervEXT ( GLuint  vaobj,
GLenum  pname,
GLvoid **  param 
) [static]
static void log_glGetVertexAttribArrayObjectfvATI ( GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetVertexAttribArrayObjectivATI ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVertexAttribdv ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetVertexAttribdvARB ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetVertexAttribdvNV ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetVertexAttribfv ( GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetVertexAttribfvARB ( GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetVertexAttribfvNV ( GLuint  index,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetVertexAttribIiv ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVertexAttribIivEXT ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVertexAttribIuiv ( GLuint  index,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetVertexAttribIuivEXT ( GLuint  index,
GLenum  pname,
GLuint params 
) [static]
static void log_glGetVertexAttribiv ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVertexAttribivARB ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVertexAttribivNV ( GLuint  index,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVertexAttribLdv ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetVertexAttribLdvEXT ( GLuint  index,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetVertexAttribLi64vNV ( GLuint  index,
GLenum  pname,
GLint64EXT params 
) [static]
static void log_glGetVertexAttribLui64vNV ( GLuint  index,
GLenum  pname,
GLuint64EXT params 
) [static]
static void log_glGetVertexAttribPointerv ( GLuint  index,
GLenum  pname,
GLvoid **  pointer 
) [static]
static void log_glGetVertexAttribPointervARB ( GLuint  index,
GLenum  pname,
GLvoid **  pointer 
) [static]
static void log_glGetVertexAttribPointervNV ( GLuint  index,
GLenum  pname,
GLvoid **  pointer 
) [static]
static void log_glGetVideoCaptureivNV ( GLuint  video_capture_slot,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVideoCaptureStreamdvNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
GLdouble params 
) [static]
static void log_glGetVideoCaptureStreamfvNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
GLfloat params 
) [static]
static void log_glGetVideoCaptureStreamivNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVideoi64vNV ( GLuint  video_slot,
GLenum  pname,
GLint64EXT params 
) [static]
static void log_glGetVideoivNV ( GLuint  video_slot,
GLenum  pname,
GLint params 
) [static]
static void log_glGetVideoui64vNV ( GLuint  video_slot,
GLenum  pname,
GLuint64EXT params 
) [static]
static void log_glGetVideouivNV ( GLuint  video_slot,
GLenum  pname,
GLuint params 
) [static]
static void log_glGlobalAlphaFactorbSUN ( GLbyte  factor) [static]
static void log_glGlobalAlphaFactordSUN ( GLdouble  factor) [static]
static void log_glGlobalAlphaFactorfSUN ( GLfloat  factor) [static]
static void log_glGlobalAlphaFactoriSUN ( GLint  factor) [static]
static void log_glGlobalAlphaFactorsSUN ( GLshort  factor) [static]
static void log_glGlobalAlphaFactorubSUN ( GLubyte  factor) [static]
static void log_glGlobalAlphaFactoruiSUN ( GLuint  factor) [static]
static void log_glGlobalAlphaFactorusSUN ( GLushort  factor) [static]
static void log_glHint ( GLenum  target,
GLenum  mode 
) [static]
static void log_glHintPGI ( GLenum  target,
GLint  mode 
) [static]
static void log_glHistogram ( GLenum  target,
GLsizei  width,
GLenum  internalformat,
GLboolean  sink 
) [static]
static void log_glHistogramEXT ( GLenum  target,
GLsizei  width,
GLenum  internalformat,
GLboolean  sink 
) [static]
static void log_glIglooInterfaceSGIX ( GLenum  pname,
const GLvoid params 
) [static]
static void log_glImageTransformParameterfHP ( GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glImageTransformParameterfvHP ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glImageTransformParameteriHP ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glImageTransformParameterivHP ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static GLsync log_glImportSyncEXT ( GLenum  external_sync_type,
GLintptr  external_sync,
GLbitfield  flags 
) [static]
static void log_glIndexd ( GLdouble  c) [static]
static void log_glIndexdv ( const GLdouble c) [static]
static void log_glIndexf ( GLfloat  c) [static]
static void log_glIndexFormatNV ( GLenum  type,
GLsizei  stride 
) [static]
static void log_glIndexFuncEXT ( GLenum  func,
GLfloat  ref 
) [static]
static void log_glIndexfv ( const GLfloat c) [static]
static void log_glIndexi ( GLint  c) [static]
static void log_glIndexiv ( const GLint c) [static]
static void log_glIndexMask ( GLuint  mask) [static]
static void log_glIndexMaterialEXT ( GLenum  face,
GLenum  mode 
) [static]
static void log_glIndexPointer ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glIndexPointerEXT ( GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void log_glIndexPointerListIBM ( GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void log_glIndexs ( GLshort  c) [static]
static void log_glIndexsv ( const GLshort c) [static]
static void log_glIndexub ( GLubyte  c) [static]
static void log_glIndexubv ( const GLubyte c) [static]
static void log_glInitNames ( void  ) [static]
static void log_glInsertComponentEXT ( GLuint  res,
GLuint  src,
GLuint  num 
) [static]
static void log_glInsertEventMarkerEXT ( GLsizei  length,
const GLchar marker 
) [static]
static void log_glInstrumentsBufferSGIX ( GLsizei  size,
GLint buffer 
) [static]
static void log_glInterleavedArrays ( GLenum  format,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glInterpolatePathsNV ( GLuint  resultPath,
GLuint  pathA,
GLuint  pathB,
GLfloat  weight 
) [static]
static void log_glInvalidateBufferData ( GLuint  buffer) [static]
static void log_glInvalidateBufferSubData ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  length 
) [static]
static void log_glInvalidateFramebuffer ( GLenum  target,
GLsizei  numAttachments,
const GLenum attachments 
) [static]
static void log_glInvalidateSubFramebuffer ( GLenum  target,
GLsizei  numAttachments,
const GLenum attachments,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glInvalidateTexImage ( GLuint  texture,
GLint  level 
) [static]
static void log_glInvalidateTexSubImage ( GLuint  texture,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static GLboolean log_glIsAsyncMarkerSGIX ( GLuint  marker) [static]
static GLboolean log_glIsBuffer ( GLuint  buffer) [static]
static GLboolean log_glIsBufferARB ( GLuint  buffer) [static]
static GLboolean log_glIsBufferResidentNV ( GLenum  target) [static]
static GLboolean log_glIsEnabled ( GLenum  cap) [static]
static GLboolean log_glIsEnabledi ( GLenum  target,
GLuint  index 
) [static]
static GLboolean log_glIsEnabledIndexedEXT ( GLenum  target,
GLuint  index 
) [static]
static GLboolean log_glIsFenceAPPLE ( GLuint  fence) [static]
static GLboolean log_glIsFenceNV ( GLuint  fence) [static]
static GLboolean log_glIsFramebuffer ( GLuint  framebuffer) [static]
static GLboolean log_glIsFramebufferEXT ( GLuint  framebuffer) [static]
static GLboolean log_glIsFramebufferOES ( GLuint  framebuffer) [static]
static GLboolean log_glIsImageHandleResidentNV ( GLuint64  handle) [static]
static GLboolean log_glIsList ( GLuint  list) [static]
static GLboolean log_glIsNameAMD ( GLenum  identifier,
GLuint  name 
) [static]
static GLboolean log_glIsNamedBufferResidentNV ( GLuint  buffer) [static]
static GLboolean log_glIsNamedStringARB ( GLint  namelen,
const GLchar name 
) [static]
static GLboolean log_glIsObjectBufferATI ( GLuint  buffer) [static]
static GLboolean log_glIsOcclusionQueryNV ( GLuint  id) [static]
static GLboolean log_glIsPathNV ( GLuint  path) [static]
static GLboolean log_glIsPointInFillPathNV ( GLuint  path,
GLuint  mask,
GLfloat  x,
GLfloat  y 
) [static]
static GLboolean log_glIsPointInStrokePathNV ( GLuint  path,
GLfloat  x,
GLfloat  y 
) [static]
static GLboolean log_glIsProgram ( GLuint  program) [static]
static GLboolean log_glIsProgramARB ( GLuint  program) [static]
static GLboolean log_glIsProgramNV ( GLuint  id) [static]
static GLboolean log_glIsProgramPipeline ( GLuint  pipeline) [static]
static GLboolean log_glIsQuery ( GLuint  id) [static]
static GLboolean log_glIsQueryARB ( GLuint  id) [static]
static GLboolean log_glIsQueryEXT ( GLuint  id) [static]
static GLboolean log_glIsRenderbuffer ( GLuint  renderbuffer) [static]
static GLboolean log_glIsRenderbufferEXT ( GLuint  renderbuffer) [static]
static GLboolean log_glIsRenderbufferOES ( GLuint  renderbuffer) [static]
static GLboolean log_glIsSampler ( GLuint  sampler) [static]
static GLboolean log_glIsShader ( GLuint  shader) [static]
static GLboolean log_glIsSync ( GLsync  sync) [static]
static GLboolean log_glIsSyncAPPLE ( GLsync  sync) [static]
static GLboolean log_glIsTexture ( GLuint  texture) [static]
static GLboolean log_glIsTextureEXT ( GLuint  texture) [static]
static GLboolean log_glIsTextureHandleResidentNV ( GLuint64  handle) [static]
static GLboolean log_glIsTransformFeedback ( GLuint  id) [static]
static GLboolean log_glIsTransformFeedbackNV ( GLuint  id) [static]
static GLboolean log_glIsVariantEnabledEXT ( GLuint  id,
GLenum  cap 
) [static]
static GLboolean log_glIsVertexArray ( GLuint  array) [static]
static GLboolean log_glIsVertexArrayAPPLE ( GLuint  array) [static]
static GLboolean log_glIsVertexArrayOES ( GLuint  array) [static]
static GLboolean log_glIsVertexAttribEnabledAPPLE ( GLuint  index,
GLenum  pname 
) [static]
static void log_glLabelObjectEXT ( GLenum  type,
GLuint  object,
GLsizei  length,
const GLchar label 
) [static]
static void log_glLightEnviEXT ( GLenum  pname,
GLint  param 
) [static]
static void log_glLightEnviSGIX ( GLenum  pname,
GLint  param 
) [static]
static void log_glLightf ( GLenum  light,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glLightfv ( GLenum  light,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glLighti ( GLenum  light,
GLenum  pname,
GLint  param 
) [static]
static void log_glLightiv ( GLenum  light,
GLenum  pname,
const GLint params 
) [static]
static void log_glLightModelf ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glLightModelfv ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glLightModeli ( GLenum  pname,
GLint  param 
) [static]
static void log_glLightModeliv ( GLenum  pname,
const GLint params 
) [static]
static void log_glLightModelx ( GLenum  pname,
GLfixed  param 
) [static]
static void log_glLightModelxv ( GLenum  pname,
const GLfixed params 
) [static]
static void log_glLightx ( GLenum  light,
GLenum  pname,
GLfixed  param 
) [static]
static void log_glLightxv ( GLenum  light,
GLenum  pname,
const GLfixed params 
) [static]
static void log_glLineStipple ( GLint  factor,
GLushort  pattern 
) [static]
static void log_glLineWidth ( GLfloat  width) [static]
static void log_glLineWidthx ( GLfixed  width) [static]
static void log_glLinkProgram ( GLuint  program) [static]
static void log_glLinkProgramARB ( GLhandleARB  programObj) [static]
static void log_glListBase ( GLuint  base) [static]
static void log_glListParameterfSGIX ( GLuint  list,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glListParameterfvSGIX ( GLuint  list,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glListParameteriSGIX ( GLuint  list,
GLenum  pname,
GLint  param 
) [static]
static void log_glListParameterivSGIX ( GLuint  list,
GLenum  pname,
const GLint params 
) [static]
static void log_glLoadIdentity ( void  ) [static]
static void log_glLoadMatrixd ( const GLdouble m) [static]
static void log_glLoadMatrixf ( const GLfloat m) [static]
static void log_glLoadMatrixx ( const GLfixed m) [static]
static void log_glLoadName ( GLuint  name) [static]
static void log_glLoadProgramNV ( GLenum  target,
GLuint  id,
GLsizei  len,
const GLubyte program 
) [static]
static void log_glLoadTransposeMatrixd ( const GLdouble m) [static]
static void log_glLoadTransposeMatrixdARB ( const GLdouble m) [static]
static void log_glLoadTransposeMatrixf ( const GLfloat m) [static]
static void log_glLoadTransposeMatrixfARB ( const GLfloat m) [static]
static void log_glLockArraysEXT ( GLint  first,
GLsizei  count 
) [static]
static void log_glLogicOp ( GLenum  opcode) [static]
static void log_glLogMessageCallbackREGAL ( GLLOGPROCREGAL  callback) [static]
static void log_glMakeBufferNonResidentNV ( GLenum  target) [static]
static void log_glMakeBufferResidentNV ( GLenum  target,
GLenum  access 
) [static]
static void log_glMakeImageHandleNonResidentNV ( GLuint64  handle) [static]
static void log_glMakeImageHandleResidentNV ( GLuint64  handle,
GLenum  access 
) [static]
static void log_glMakeNamedBufferNonResidentNV ( GLuint  buffer) [static]
static void log_glMakeNamedBufferResidentNV ( GLuint  buffer,
GLenum  access 
) [static]
static void log_glMakeTextureHandleNonResidentNV ( GLuint64  handle) [static]
static void log_glMakeTextureHandleResidentNV ( GLuint64  handle) [static]
static void log_glMap1d ( GLenum  target,
GLdouble  u1,
GLdouble  u2,
GLint  stride,
GLint  order,
const GLdouble points 
) [static]
static void log_glMap1f ( GLenum  target,
GLfloat  u1,
GLfloat  u2,
GLint  stride,
GLint  order,
const GLfloat points 
) [static]
static void log_glMap2d ( GLenum  target,
GLdouble  u1,
GLdouble  u2,
GLint  ustride,
GLint  uorder,
GLdouble  v1,
GLdouble  v2,
GLint  vstride,
GLint  vorder,
const GLdouble points 
) [static]
static void log_glMap2f ( GLenum  target,
GLfloat  u1,
GLfloat  u2,
GLint  ustride,
GLint  uorder,
GLfloat  v1,
GLfloat  v2,
GLint  vstride,
GLint  vorder,
const GLfloat points 
) [static]
static GLvoid* log_glMapBuffer ( GLenum  target,
GLenum  access 
) [static]
static GLvoid* log_glMapBufferARB ( GLenum  target,
GLenum  access 
) [static]
static GLvoid* log_glMapBufferOES ( GLenum  target,
GLenum  access 
) [static]
static GLvoid* log_glMapBufferRange ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length,
GLbitfield  access 
) [static]
static GLvoid* log_glMapBufferRangeEXT ( GLenum  target,
GLintptr  offset,
GLsizeiptr  length,
GLbitfield  access 
) [static]
static void log_glMapControlPointsNV ( GLenum  target,
GLuint  index,
GLenum  type,
GLsizei  ustride,
GLsizei  vstride,
GLint  uorder,
GLint  vorder,
GLboolean  packed,
const GLvoid points 
) [static]
static void log_glMapGrid1d ( GLint  un,
GLdouble  u1,
GLdouble  u2 
) [static]
static void log_glMapGrid1f ( GLint  un,
GLfloat  u1,
GLfloat  u2 
) [static]
static void log_glMapGrid2d ( GLint  un,
GLdouble  u1,
GLdouble  u2,
GLint  vn,
GLdouble  v1,
GLdouble  v2 
) [static]
static void log_glMapGrid2f ( GLint  un,
GLfloat  u1,
GLfloat  u2,
GLint  vn,
GLfloat  v1,
GLfloat  v2 
) [static]
static GLvoid* log_glMapNamedBufferEXT ( GLuint  buffer,
GLenum  access 
) [static]
static GLvoid* log_glMapNamedBufferRangeEXT ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  length,
GLbitfield  access 
) [static]
static GLvoid* log_glMapObjectBufferATI ( GLuint  buffer) [static]
static void log_glMapParameterfvNV ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glMapParameterivNV ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glMapVertexAttrib1dAPPLE ( GLuint  index,
GLuint  size,
GLdouble  u1,
GLdouble  u2,
GLint  stride,
GLint  order,
const GLdouble points 
) [static]
static void log_glMapVertexAttrib1fAPPLE ( GLuint  index,
GLuint  size,
GLfloat  u1,
GLfloat  u2,
GLint  stride,
GLint  order,
const GLfloat points 
) [static]
static void log_glMapVertexAttrib2dAPPLE ( GLuint  index,
GLuint  size,
GLdouble  u1,
GLdouble  u2,
GLint  ustride,
GLint  uorder,
GLdouble  v1,
GLdouble  v2,
GLint  vstride,
GLint  vorder,
const GLdouble points 
) [static]
static void log_glMapVertexAttrib2fAPPLE ( GLuint  index,
GLuint  size,
GLfloat  u1,
GLfloat  u2,
GLint  ustride,
GLint  uorder,
GLfloat  v1,
GLfloat  v2,
GLint  vstride,
GLint  vorder,
const GLfloat points 
) [static]
static void log_glMaterialf ( GLenum  face,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glMaterialfv ( GLenum  face,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glMateriali ( GLenum  face,
GLenum  pname,
GLint  param 
) [static]
static void log_glMaterialiv ( GLenum  face,
GLenum  pname,
const GLint params 
) [static]
static void log_glMaterialx ( GLenum  face,
GLenum  pname,
GLfixed  param 
) [static]
static void log_glMaterialxv ( GLenum  face,
GLenum  pname,
const GLfixed params 
) [static]
static void log_glMatrixFrustumEXT ( GLenum  mode,
GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
) [static]
static void log_glMatrixIndexPointerARB ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glMatrixIndexPointerOES ( GLint  size,
GLenum  type,
GLsizei  stride,
GLvoid pointer 
) [static]
static void log_glMatrixIndexubvARB ( GLint  size,
const GLubyte indices 
) [static]
static void log_glMatrixIndexuivARB ( GLint  size,
const GLuint indices 
) [static]
static void log_glMatrixIndexusvARB ( GLint  size,
const GLushort indices 
) [static]
static void log_glMatrixLoaddEXT ( GLenum  mode,
const GLdouble m 
) [static]
static void log_glMatrixLoadfEXT ( GLenum  mode,
const GLfloat m 
) [static]
static void log_glMatrixLoadIdentityEXT ( GLenum  mode) [static]
static void log_glMatrixLoadTransposedEXT ( GLenum  mode,
const GLdouble m 
) [static]
static void log_glMatrixLoadTransposefEXT ( GLenum  mode,
const GLfloat m 
) [static]
static void log_glMatrixMode ( GLenum  mode) [static]
static void log_glMatrixMultdEXT ( GLenum  mode,
const GLdouble m 
) [static]
static void log_glMatrixMultfEXT ( GLenum  mode,
const GLfloat m 
) [static]
static void log_glMatrixMultTransposedEXT ( GLenum  mode,
const GLdouble m 
) [static]
static void log_glMatrixMultTransposefEXT ( GLenum  mode,
const GLfloat m 
) [static]
static void log_glMatrixOrthoEXT ( GLenum  mode,
GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
) [static]
static void log_glMatrixPopEXT ( GLenum  mode) [static]
static void log_glMatrixPushEXT ( GLenum  mode) [static]
static void log_glMatrixRotatedEXT ( GLenum  mode,
GLdouble  angle,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glMatrixRotatefEXT ( GLenum  mode,
GLfloat  angle,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glMatrixScaledEXT ( GLenum  mode,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glMatrixScalefEXT ( GLenum  mode,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glMatrixTranslatedEXT ( GLenum  mode,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glMatrixTranslatefEXT ( GLenum  mode,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glMemoryBarrier ( GLbitfield  barriers) [static]
static void log_glMemoryBarrierEXT ( GLbitfield  barriers) [static]
static void log_glMinmax ( GLenum  target,
GLenum  internalformat,
GLboolean  sink 
) [static]
static void log_glMinmaxEXT ( GLenum  target,
GLenum  internalformat,
GLboolean  sink 
) [static]
static void log_glMinSampleShading ( GLclampf  value) [static]
static void log_glMinSampleShadingARB ( GLclampf  value) [static]
static void log_glMultiDrawArrays ( GLenum  mode,
const GLint first,
const GLsizei count,
GLsizei  primcount 
) [static]
static void log_glMultiDrawArraysEXT ( GLenum  mode,
const GLint first,
const GLsizei count,
GLsizei  primcount 
) [static]
static void log_glMultiDrawArraysIndirect ( GLenum  mode,
const GLvoid indirect,
GLsizei  primcount,
GLsizei  stride 
) [static]
static void log_glMultiDrawArraysIndirectAMD ( GLenum  mode,
const GLvoid indirect,
GLsizei  primcount,
GLsizei  stride 
) [static]
static void log_glMultiDrawElementArrayAPPLE ( GLenum  mode,
const GLint first,
const GLsizei count,
GLsizei  primcount 
) [static]
static void log_glMultiDrawElements ( GLenum  mode,
const GLsizei count,
GLenum  type,
const GLvoid *const *  indices,
GLsizei  primcount 
) [static]
static void log_glMultiDrawElementsBaseVertex ( GLenum  mode,
const GLsizei count,
GLenum  type,
const GLvoid *const *  indices,
GLsizei  primcount,
const GLint basevertex 
) [static]
static void log_glMultiDrawElementsEXT ( GLenum  mode,
const GLsizei count,
GLenum  type,
const GLvoid **  indices,
GLsizei  primcount 
) [static]
static void log_glMultiDrawElementsIndirect ( GLenum  mode,
GLenum  type,
const GLvoid indirect,
GLsizei  primcount,
GLsizei  stride 
) [static]
static void log_glMultiDrawElementsIndirectAMD ( GLenum  mode,
GLenum  type,
const GLvoid indirect,
GLsizei  primcount,
GLsizei  stride 
) [static]
static void log_glMultiDrawRangeElementArrayAPPLE ( GLenum  mode,
GLuint  start,
GLuint  end,
const GLint first,
const GLsizei count,
GLsizei  primcount 
) [static]
static void log_glMultiModeDrawArraysIBM ( const GLenum mode,
const GLint first,
const GLsizei count,
GLsizei  primcount,
GLint  modestride 
) [static]
static void log_glMultiModeDrawElementsIBM ( const GLenum mode,
const GLsizei count,
GLenum  type,
const GLvoid *const *  indices,
GLsizei  primcount,
GLint  modestride 
) [static]
static void log_glMultiTexBufferEXT ( GLenum  texunit,
GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void log_glMultiTexCoord1d ( GLenum  target,
GLdouble  s 
) [static]
static void log_glMultiTexCoord1dARB ( GLenum  target,
GLdouble  s 
) [static]
static void log_glMultiTexCoord1dv ( GLenum  target,
const GLdouble v 
) [static]
static void log_glMultiTexCoord1dvARB ( GLenum  target,
const GLdouble v 
) [static]
static void log_glMultiTexCoord1f ( GLenum  target,
GLfloat  s 
) [static]
static void log_glMultiTexCoord1fARB ( GLenum  target,
GLfloat  s 
) [static]
static void log_glMultiTexCoord1fv ( GLenum  target,
const GLfloat v 
) [static]
static void log_glMultiTexCoord1fvARB ( GLenum  target,
const GLfloat v 
) [static]
static void log_glMultiTexCoord1hNV ( GLenum  target,
GLhalfNV  s 
) [static]
static void log_glMultiTexCoord1hvNV ( GLenum  target,
const GLhalfNV v 
) [static]
static void log_glMultiTexCoord1i ( GLenum  target,
GLint  s 
) [static]
static void log_glMultiTexCoord1iARB ( GLenum  target,
GLint  s 
) [static]
static void log_glMultiTexCoord1iv ( GLenum  target,
const GLint v 
) [static]
static void log_glMultiTexCoord1ivARB ( GLenum  target,
const GLint v 
) [static]
static void log_glMultiTexCoord1s ( GLenum  target,
GLshort  s 
) [static]
static void log_glMultiTexCoord1sARB ( GLenum  target,
GLshort  s 
) [static]
static void log_glMultiTexCoord1sv ( GLenum  target,
const GLshort v 
) [static]
static void log_glMultiTexCoord1svARB ( GLenum  target,
const GLshort v 
) [static]
static void log_glMultiTexCoord2d ( GLenum  target,
GLdouble  s,
GLdouble  t 
) [static]
static void log_glMultiTexCoord2dARB ( GLenum  target,
GLdouble  s,
GLdouble  t 
) [static]
static void log_glMultiTexCoord2dv ( GLenum  target,
const GLdouble v 
) [static]
static void log_glMultiTexCoord2dvARB ( GLenum  target,
const GLdouble v 
) [static]
static void log_glMultiTexCoord2f ( GLenum  target,
GLfloat  s,
GLfloat  t 
) [static]
static void log_glMultiTexCoord2fARB ( GLenum  target,
GLfloat  s,
GLfloat  t 
) [static]
static void log_glMultiTexCoord2fv ( GLenum  target,
const GLfloat v 
) [static]
static void log_glMultiTexCoord2fvARB ( GLenum  target,
const GLfloat v 
) [static]
static void log_glMultiTexCoord2hNV ( GLenum  target,
GLhalfNV  s,
GLhalfNV  t 
) [static]
static void log_glMultiTexCoord2hvNV ( GLenum  target,
const GLhalfNV v 
) [static]
static void log_glMultiTexCoord2i ( GLenum  target,
GLint  s,
GLint  t 
) [static]
static void log_glMultiTexCoord2iARB ( GLenum  target,
GLint  s,
GLint  t 
) [static]
static void log_glMultiTexCoord2iv ( GLenum  target,
const GLint v 
) [static]
static void log_glMultiTexCoord2ivARB ( GLenum  target,
const GLint v 
) [static]
static void log_glMultiTexCoord2s ( GLenum  target,
GLshort  s,
GLshort  t 
) [static]
static void log_glMultiTexCoord2sARB ( GLenum  target,
GLshort  s,
GLshort  t 
) [static]
static void log_glMultiTexCoord2sv ( GLenum  target,
const GLshort v 
) [static]
static void log_glMultiTexCoord2svARB ( GLenum  target,
const GLshort v 
) [static]
static void log_glMultiTexCoord3d ( GLenum  target,
GLdouble  s,
GLdouble  t,
GLdouble  r 
) [static]
static void log_glMultiTexCoord3dARB ( GLenum  target,
GLdouble  s,
GLdouble  t,
GLdouble  r 
) [static]
static void log_glMultiTexCoord3dv ( GLenum  target,
const GLdouble v 
) [static]
static void log_glMultiTexCoord3dvARB ( GLenum  target,
const GLdouble v 
) [static]
static void log_glMultiTexCoord3f ( GLenum  target,
GLfloat  s,
GLfloat  t,
GLfloat  r 
) [static]
static void log_glMultiTexCoord3fARB ( GLenum  target,
GLfloat  s,
GLfloat  t,
GLfloat  r 
) [static]
static void log_glMultiTexCoord3fv ( GLenum  target,
const GLfloat v 
) [static]
static void log_glMultiTexCoord3fvARB ( GLenum  target,
const GLfloat v 
) [static]
static void log_glMultiTexCoord3hNV ( GLenum  target,
GLhalfNV  s,
GLhalfNV  t,
GLhalfNV  r 
) [static]
static void log_glMultiTexCoord3hvNV ( GLenum  target,
const GLhalfNV v 
) [static]
static void log_glMultiTexCoord3i ( GLenum  target,
GLint  s,
GLint  t,
GLint  r 
) [static]
static void log_glMultiTexCoord3iARB ( GLenum  target,
GLint  s,
GLint  t,
GLint  r 
) [static]
static void log_glMultiTexCoord3iv ( GLenum  target,
const GLint v 
) [static]
static void log_glMultiTexCoord3ivARB ( GLenum  target,
const GLint v 
) [static]
static void log_glMultiTexCoord3s ( GLenum  target,
GLshort  s,
GLshort  t,
GLshort  r 
) [static]
static void log_glMultiTexCoord3sARB ( GLenum  target,
GLshort  s,
GLshort  t,
GLshort  r 
) [static]
static void log_glMultiTexCoord3sv ( GLenum  target,
const GLshort v 
) [static]
static void log_glMultiTexCoord3svARB ( GLenum  target,
const GLshort v 
) [static]
static void log_glMultiTexCoord4d ( GLenum  target,
GLdouble  s,
GLdouble  t,
GLdouble  r,
GLdouble  q 
) [static]
static void log_glMultiTexCoord4dARB ( GLenum  target,
GLdouble  s,
GLdouble  t,
GLdouble  r,
GLdouble  q 
) [static]
static void log_glMultiTexCoord4dv ( GLenum  target,
const GLdouble v 
) [static]
static void log_glMultiTexCoord4dvARB ( GLenum  target,
const GLdouble v 
) [static]
static void log_glMultiTexCoord4f ( GLenum  target,
GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  q 
) [static]
static void log_glMultiTexCoord4fARB ( GLenum  target,
GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  q 
) [static]
static void log_glMultiTexCoord4fv ( GLenum  target,
const GLfloat v 
) [static]
static void log_glMultiTexCoord4fvARB ( GLenum  target,
const GLfloat v 
) [static]
static void log_glMultiTexCoord4hNV ( GLenum  target,
GLhalfNV  s,
GLhalfNV  t,
GLhalfNV  r,
GLhalfNV  q 
) [static]
static void log_glMultiTexCoord4hvNV ( GLenum  target,
const GLhalfNV v 
) [static]
static void log_glMultiTexCoord4i ( GLenum  target,
GLint  s,
GLint  t,
GLint  r,
GLint  q 
) [static]
static void log_glMultiTexCoord4iARB ( GLenum  target,
GLint  s,
GLint  t,
GLint  r,
GLint  q 
) [static]
static void log_glMultiTexCoord4iv ( GLenum  target,
const GLint v 
) [static]
static void log_glMultiTexCoord4ivARB ( GLenum  target,
const GLint v 
) [static]
static void log_glMultiTexCoord4s ( GLenum  target,
GLshort  s,
GLshort  t,
GLshort  r,
GLshort  q 
) [static]
static void log_glMultiTexCoord4sARB ( GLenum  target,
GLshort  s,
GLshort  t,
GLshort  r,
GLshort  q 
) [static]
static void log_glMultiTexCoord4sv ( GLenum  target,
const GLshort v 
) [static]
static void log_glMultiTexCoord4svARB ( GLenum  target,
const GLshort v 
) [static]
static void log_glMultiTexCoord4x ( GLenum  target,
GLfixed  s,
GLfixed  t,
GLfixed  r,
GLfixed  q 
) [static]
static void log_glMultiTexCoordP1ui ( GLenum  texture,
GLenum  type,
GLuint  coords 
) [static]
static void log_glMultiTexCoordP1uiv ( GLenum  texture,
GLenum  type,
const GLuint coords 
) [static]
static void log_glMultiTexCoordP2ui ( GLenum  texture,
GLenum  type,
GLuint  coords 
) [static]
static void log_glMultiTexCoordP2uiv ( GLenum  texture,
GLenum  type,
const GLuint coords 
) [static]
static void log_glMultiTexCoordP3ui ( GLenum  texture,
GLenum  type,
GLuint  coords 
) [static]
static void log_glMultiTexCoordP3uiv ( GLenum  texture,
GLenum  type,
const GLuint coords 
) [static]
static void log_glMultiTexCoordP4ui ( GLenum  texture,
GLenum  type,
GLuint  coords 
) [static]
static void log_glMultiTexCoordP4uiv ( GLenum  texture,
GLenum  type,
const GLuint coords 
) [static]
static void log_glMultiTexCoordPointerEXT ( GLenum  texunit,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glMultiTexEnvfEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glMultiTexEnvfvEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glMultiTexEnviEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glMultiTexEnvivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glMultiTexGendEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLdouble  param 
) [static]
static void log_glMultiTexGendvEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
const GLdouble params 
) [static]
static void log_glMultiTexGenfEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glMultiTexGenfvEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glMultiTexGeniEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
GLint  param 
) [static]
static void log_glMultiTexGenivEXT ( GLenum  texunit,
GLenum  coord,
GLenum  pname,
const GLint params 
) [static]
static void log_glMultiTexImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glMultiTexImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glMultiTexImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glMultiTexParameterfEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glMultiTexParameterfvEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLfloat param 
) [static]
static void log_glMultiTexParameteriEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glMultiTexParameterIivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glMultiTexParameterIuivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLuint params 
) [static]
static void log_glMultiTexParameterivEXT ( GLenum  texunit,
GLenum  target,
GLenum  pname,
const GLint param 
) [static]
static void log_glMultiTexRenderbufferEXT ( GLenum  texunit,
GLenum  target,
GLuint  renderbuffer 
) [static]
static void log_glMultiTexSubImage1DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glMultiTexSubImage2DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glMultiTexSubImage3DEXT ( GLenum  texunit,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glMultMatrixd ( const GLdouble m) [static]
static void log_glMultMatrixf ( const GLfloat m) [static]
static void log_glMultMatrixx ( const GLfixed m) [static]
static void log_glMultTransposeMatrixd ( const GLdouble m) [static]
static void log_glMultTransposeMatrixdARB ( const GLdouble m) [static]
static void log_glMultTransposeMatrixf ( const GLfloat m) [static]
static void log_glMultTransposeMatrixfARB ( const GLfloat m) [static]
static void log_glNamedBufferDataEXT ( GLuint  buffer,
GLsizeiptr  size,
const GLvoid data,
GLenum  usage 
) [static]
static void log_glNamedBufferSubDataEXT ( GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size,
const GLvoid data 
) [static]
static void log_glNamedCopyBufferSubDataEXT ( GLuint  readBuffer,
GLuint  writeBuffer,
GLintptr  readOffset,
GLintptr  writeOffset,
GLsizeiptr  size 
) [static]
static void log_glNamedFramebufferParameteriEXT ( GLuint  framebuffer,
GLenum  pname,
GLint  param 
) [static]
static void log_glNamedFramebufferRenderbufferEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  renderbuffertarget,
GLuint  renderbuffer 
) [static]
static void log_glNamedFramebufferTexture1DEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void log_glNamedFramebufferTexture2DEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level 
) [static]
static void log_glNamedFramebufferTexture3DEXT ( GLuint  framebuffer,
GLenum  attachment,
GLenum  textarget,
GLuint  texture,
GLint  level,
GLint  zoffset 
) [static]
static void log_glNamedFramebufferTextureEXT ( GLuint  framebuffer,
GLenum  attachment,
GLuint  texture,
GLint  level 
) [static]
static void log_glNamedFramebufferTextureFaceEXT ( GLuint  framebuffer,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLenum  face 
) [static]
static void log_glNamedFramebufferTextureLayerEXT ( GLuint  framebuffer,
GLenum  attachment,
GLuint  texture,
GLint  level,
GLint  layer 
) [static]
static void log_glNamedProgramLocalParameter4dEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glNamedProgramLocalParameter4dvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
const GLdouble params 
) [static]
static void log_glNamedProgramLocalParameter4fEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glNamedProgramLocalParameter4fvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
const GLfloat params 
) [static]
static void log_glNamedProgramLocalParameterI4iEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glNamedProgramLocalParameterI4ivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
const GLint params 
) [static]
static void log_glNamedProgramLocalParameterI4uiEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void log_glNamedProgramLocalParameterI4uivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
const GLuint params 
) [static]
static void log_glNamedProgramLocalParameters4fvEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLsizei  count,
const GLfloat params 
) [static]
static void log_glNamedProgramLocalParametersI4ivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLsizei  count,
const GLint params 
) [static]
static void log_glNamedProgramLocalParametersI4uivEXT ( GLuint  program,
GLenum  target,
GLuint  index,
GLsizei  count,
const GLuint params 
) [static]
static void log_glNamedProgramStringEXT ( GLuint  program,
GLenum  target,
GLenum  format,
GLsizei  len,
const GLvoid string 
) [static]
static void log_glNamedRenderbufferStorageEXT ( GLuint  renderbuffer,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glNamedRenderbufferStorageMultisampleCoverageEXT ( GLuint  renderbuffer,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glNamedRenderbufferStorageMultisampleEXT ( GLuint  renderbuffer,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glNamedStringARB ( GLenum  type,
GLint  namelen,
const GLchar name,
GLint  stringlen,
const GLchar string 
) [static]
static GLuint log_glNewBufferRegion ( GLenum  region) [static]
static void log_glNewList ( GLuint  list,
GLenum  mode 
) [static]
static GLuint log_glNewObjectBufferATI ( GLsizei  size,
const GLvoid pointer,
GLenum  usage 
) [static]
static void log_glNormal3b ( GLbyte  nx,
GLbyte  ny,
GLbyte  nz 
) [static]
static void log_glNormal3bv ( const GLbyte v) [static]
static void log_glNormal3d ( GLdouble  nx,
GLdouble  ny,
GLdouble  nz 
) [static]
static void log_glNormal3dv ( const GLdouble v) [static]
static void log_glNormal3f ( GLfloat  nx,
GLfloat  ny,
GLfloat  nz 
) [static]
static void log_glNormal3fv ( const GLfloat v) [static]
static void log_glNormal3fVertex3fSUN ( GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glNormal3fVertex3fvSUN ( const GLfloat n,
const GLfloat v 
) [static]
static void log_glNormal3hNV ( GLhalfNV  nx,
GLhalfNV  ny,
GLhalfNV  nz 
) [static]
static void log_glNormal3hvNV ( const GLhalfNV v) [static]
static void log_glNormal3i ( GLint  nx,
GLint  ny,
GLint  nz 
) [static]
static void log_glNormal3iv ( const GLint v) [static]
static void log_glNormal3s ( GLshort  nx,
GLshort  ny,
GLshort  nz 
) [static]
static void log_glNormal3sv ( const GLshort v) [static]
static void log_glNormal3x ( GLfixed  nx,
GLfixed  ny,
GLfixed  nz 
) [static]
static void log_glNormalFormatNV ( GLenum  type,
GLsizei  stride 
) [static]
static void log_glNormalP3ui ( GLenum  type,
GLuint  coords 
) [static]
static void log_glNormalP3uiv ( GLenum  type,
const GLuint coords 
) [static]
static void log_glNormalPointer ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glNormalPointerEXT ( GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void log_glNormalPointerListIBM ( GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void log_glNormalPointervINTEL ( GLenum  type,
const GLvoid **  pointer 
) [static]
static void log_glNormalStream3bATI ( GLenum  stream,
GLbyte  x,
GLbyte  y,
GLbyte  z 
) [static]
static void log_glNormalStream3bvATI ( GLenum  stream,
const GLbyte coords 
) [static]
static void log_glNormalStream3dATI ( GLenum  stream,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glNormalStream3dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void log_glNormalStream3fATI ( GLenum  stream,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glNormalStream3fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void log_glNormalStream3iATI ( GLenum  stream,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glNormalStream3ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void log_glNormalStream3sATI ( GLenum  stream,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glNormalStream3svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void log_glObjectLabel ( GLenum  identifier,
GLuint  name,
GLsizei  length,
const GLchar label 
) [static]
static void log_glObjectPtrLabel ( const GLvoid ptr,
GLsizei  length,
const GLchar label 
) [static]
static GLenum log_glObjectPurgeableAPPLE ( GLenum  objectType,
GLuint  name,
GLenum  option 
) [static]
static GLenum log_glObjectUnpurgeableAPPLE ( GLenum  objectType,
GLuint  name,
GLenum  option 
) [static]
static void log_glOrtho ( GLdouble  left,
GLdouble  right,
GLdouble  bottom,
GLdouble  top,
GLdouble  zNear,
GLdouble  zFar 
) [static]
static void log_glOrthof ( GLfloat  left,
GLfloat  right,
GLfloat  bottom,
GLfloat  top,
GLfloat  zNear,
GLfloat  zFar 
) [static]
static void log_glOrthofOES ( GLfloat  l,
GLfloat  r,
GLfloat  b,
GLfloat  t,
GLfloat  n,
GLfloat  f 
) [static]
static void log_glOrthox ( GLfixed  left,
GLfixed  right,
GLfixed  bottom,
GLfixed  top,
GLfixed  zNear,
GLfixed  zFar 
) [static]
static void log_glPassTexCoordATI ( GLuint  dst,
GLuint  coord,
GLenum  swizzle 
) [static]
static void log_glPassThrough ( GLfloat  token) [static]
static void log_glPatchParameterfv ( GLenum  pname,
const GLfloat values 
) [static]
static void log_glPatchParameteri ( GLenum  pname,
GLint  value 
) [static]
static void log_glPathColorGenNV ( GLenum  color,
GLenum  genMode,
GLenum  colorFormat,
const GLfloat coeffs 
) [static]
static void log_glPathCommandsNV ( GLuint  path,
GLsizei  numCommands,
const GLubyte commands,
GLsizei  numCoords,
GLenum  coordType,
const GLvoid coords 
) [static]
static void log_glPathCoordsNV ( GLuint  path,
GLsizei  numCoords,
GLenum  coordType,
const GLvoid coords 
) [static]
static void log_glPathCoverDepthFuncNV ( GLenum  zfunc) [static]
static void log_glPathDashArrayNV ( GLuint  path,
GLsizei  dashCount,
const GLfloat dashArray 
) [static]
static void log_glPathFogGenNV ( GLenum  genMode) [static]
static void log_glPathGlyphRangeNV ( GLuint  firstPathName,
GLenum  fontTarget,
const GLvoid fontName,
GLbitfield  fontStyle,
GLuint  firstGlyph,
GLsizei  numGlyphs,
GLenum  handleMissingGlyphs,
GLuint  pathParameterTemplate,
GLfloat  emScale 
) [static]
static void log_glPathGlyphsNV ( GLuint  firstPathName,
GLenum  fontTarget,
const GLvoid fontName,
GLbitfield  fontStyle,
GLsizei  numGlyphs,
GLenum  type,
const GLvoid charcodes,
GLenum  handleMissingGlyphs,
GLuint  pathParameterTemplate,
GLfloat  emScale 
) [static]
static void log_glPathParameterfNV ( GLuint  path,
GLenum  pname,
GLfloat  value 
) [static]
static void log_glPathParameterfvNV ( GLuint  path,
GLenum  pname,
const GLfloat value 
) [static]
static void log_glPathParameteriNV ( GLuint  path,
GLenum  pname,
GLint  value 
) [static]
static void log_glPathParameterivNV ( GLuint  path,
GLenum  pname,
const GLint value 
) [static]
static void log_glPathStencilDepthOffsetNV ( GLfloat  factor,
GLfloat  units 
) [static]
static void log_glPathStencilFuncNV ( GLenum  func,
GLint  ref,
GLuint  mask 
) [static]
static void log_glPathStringNV ( GLuint  path,
GLenum  format,
GLsizei  length,
const GLvoid pathString 
) [static]
static void log_glPathSubCommandsNV ( GLuint  path,
GLsizei  commandStart,
GLsizei  commandsToDelete,
GLsizei  numCommands,
const GLubyte commands,
GLsizei  numCoords,
GLenum  coordType,
const GLvoid coords 
) [static]
static void log_glPathSubCoordsNV ( GLuint  path,
GLsizei  coordStart,
GLsizei  numCoords,
GLenum  coordType,
const GLvoid coords 
) [static]
static void log_glPathTexGenNV ( GLenum  texCoordSet,
GLenum  genMode,
GLint  components,
const GLfloat coeffs 
) [static]
static void log_glPauseTransformFeedback ( void  ) [static]
static void log_glPauseTransformFeedbackNV ( void  ) [static]
static void log_glPixelDataRangeNV ( GLenum  target,
GLsizei  size,
const GLvoid pointer 
) [static]
static void log_glPixelMapfv ( GLenum  map,
GLsizei  mapsize,
const GLfloat values 
) [static]
static void log_glPixelMapuiv ( GLenum  map,
GLsizei  mapsize,
const GLuint values 
) [static]
static void log_glPixelMapusv ( GLenum  map,
GLsizei  mapsize,
const GLushort values 
) [static]
static void log_glPixelStoref ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glPixelStorei ( GLenum  pname,
GLint  param 
) [static]
static void log_glPixelTexGenParameterfSGIS ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glPixelTexGenParameterfvSGIS ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glPixelTexGenParameteriSGIS ( GLenum  pname,
GLint  param 
) [static]
static void log_glPixelTexGenParameterivSGIS ( GLenum  pname,
const GLint params 
) [static]
static void log_glPixelTexGenSGIX ( GLenum  mode) [static]
static void log_glPixelTransferf ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glPixelTransferi ( GLenum  pname,
GLint  param 
) [static]
static void log_glPixelTransformParameterfEXT ( GLenum  target,
GLenum  pname,
const GLfloat  param 
) [static]
static void log_glPixelTransformParameterfvEXT ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glPixelTransformParameteriEXT ( GLenum  target,
GLenum  pname,
const GLint  param 
) [static]
static void log_glPixelTransformParameterivEXT ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glPixelZoom ( GLfloat  xfactor,
GLfloat  yfactor 
) [static]
static void log_glPNTrianglesfATI ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glPNTrianglesiATI ( GLenum  pname,
GLint  param 
) [static]
static GLboolean log_glPointAlongPathNV ( GLuint  path,
GLsizei  startSegment,
GLsizei  numSegments,
GLfloat  distance,
GLfloat x,
GLfloat y,
GLfloat tangentX,
GLfloat tangentY 
) [static]
static void log_glPointParameterf ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glPointParameterfARB ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glPointParameterfEXT ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glPointParameterfSGIS ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glPointParameterfv ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glPointParameterfvARB ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glPointParameterfvEXT ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glPointParameterfvSGIS ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glPointParameteri ( GLenum  pname,
GLint  param 
) [static]
static void log_glPointParameteriNV ( GLenum  pname,
GLint  param 
) [static]
static void log_glPointParameteriv ( GLenum  pname,
const GLint params 
) [static]
static void log_glPointParameterivNV ( GLenum  pname,
const GLint params 
) [static]
static void log_glPointParameterx ( GLenum  pname,
GLfixed  param 
) [static]
static void log_glPointParameterxv ( GLenum  pname,
const GLfixed params 
) [static]
static void log_glPointSize ( GLfloat  size) [static]
static void log_glPointSizePointerOES ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glPointSizex ( GLfixed  size) [static]
static GLint log_glPollAsyncSGIX ( GLuint markerp) [static]
static GLint log_glPollInstrumentsSGIX ( GLint marker_p) [static]
static void log_glPolygonMode ( GLenum  face,
GLenum  mode 
) [static]
static void log_glPolygonOffset ( GLfloat  factor,
GLfloat  units 
) [static]
static void log_glPolygonOffsetEXT ( GLfloat  factor,
GLfloat  bias 
) [static]
static void log_glPolygonOffsetx ( GLfixed  factor,
GLfixed  units 
) [static]
static void log_glPolygonStipple ( const GLubyte mask) [static]
static void log_glPopAttrib ( void  ) [static]
static void log_glPopClientAttrib ( void  ) [static]
static void log_glPopDebugGroup ( void  ) [static]
static void log_glPopGroupMarkerEXT ( void  ) [static]
static void log_glPopMatrix ( void  ) [static]
static void log_glPopName ( void  ) [static]
static void log_glPresentFrameDualFillNV ( GLuint  video_slot,
GLuint64EXT  minPresentTime,
GLuint  beginPresentTimeId,
GLuint  presentDurationId,
GLenum  type,
GLenum  target0,
GLuint  fill0,
GLenum  target1,
GLuint  fill1,
GLenum  target2,
GLuint  fill2,
GLenum  target3,
GLuint  fill3 
) [static]
static void log_glPresentFrameKeyedNV ( GLuint  video_slot,
GLuint64EXT  minPresentTime,
GLuint  beginPresentTimeId,
GLuint  presentDurationId,
GLenum  type,
GLenum  target0,
GLuint  fill0,
GLuint  key0,
GLenum  target1,
GLuint  fill1,
GLuint  key1 
) [static]
static void log_glPrimitiveRestartIndex ( GLuint  index) [static]
static void log_glPrimitiveRestartIndexNV ( GLuint  index) [static]
static void log_glPrimitiveRestartNV ( void  ) [static]
static void log_glPrioritizeTextures ( GLsizei  n,
const GLuint textures,
const GLclampf priorities 
) [static]
static void log_glPrioritizeTexturesEXT ( GLsizei  n,
const GLuint textures,
const GLclampf priorities 
) [static]
static void log_glProgramBinary ( GLuint  program,
GLenum  binaryFormat,
const GLvoid binary,
GLsizei  length 
) [static]
static void log_glProgramBinaryOES ( GLuint  program,
GLenum  binaryFormat,
const GLvoid binary,
GLint  length 
) [static]
static void log_glProgramBufferParametersfvNV ( GLenum  target,
GLuint  buffer,
GLuint  index,
GLsizei  count,
const GLfloat params 
) [static]
static void log_glProgramBufferParametersIivNV ( GLenum  target,
GLuint  buffer,
GLuint  index,
GLsizei  count,
const GLint params 
) [static]
static void log_glProgramBufferParametersIuivNV ( GLenum  target,
GLuint  buffer,
GLuint  index,
GLsizei  count,
const GLuint params 
) [static]
static void log_glProgramEnvParameter4dARB ( GLenum  target,
GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glProgramEnvParameter4dvARB ( GLenum  target,
GLuint  index,
const GLdouble params 
) [static]
static void log_glProgramEnvParameter4fARB ( GLenum  target,
GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glProgramEnvParameter4fvARB ( GLenum  target,
GLuint  index,
const GLfloat params 
) [static]
static void log_glProgramEnvParameterI4iNV ( GLenum  target,
GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glProgramEnvParameterI4ivNV ( GLenum  target,
GLuint  index,
const GLint params 
) [static]
static void log_glProgramEnvParameterI4uiNV ( GLenum  target,
GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void log_glProgramEnvParameterI4uivNV ( GLenum  target,
GLuint  index,
const GLuint params 
) [static]
static void log_glProgramEnvParameters4fvEXT ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLfloat params 
) [static]
static void log_glProgramEnvParametersI4ivNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLint params 
) [static]
static void log_glProgramEnvParametersI4uivNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLuint params 
) [static]
static void log_glProgramLocalParameter4dARB ( GLenum  target,
GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glProgramLocalParameter4dvARB ( GLenum  target,
GLuint  index,
const GLdouble params 
) [static]
static void log_glProgramLocalParameter4fARB ( GLenum  target,
GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glProgramLocalParameter4fvARB ( GLenum  target,
GLuint  index,
const GLfloat params 
) [static]
static void log_glProgramLocalParameterI4iNV ( GLenum  target,
GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glProgramLocalParameterI4ivNV ( GLenum  target,
GLuint  index,
const GLint params 
) [static]
static void log_glProgramLocalParameterI4uiNV ( GLenum  target,
GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void log_glProgramLocalParameterI4uivNV ( GLenum  target,
GLuint  index,
const GLuint params 
) [static]
static void log_glProgramLocalParameters4fvEXT ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLfloat params 
) [static]
static void log_glProgramLocalParametersI4ivNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLint params 
) [static]
static void log_glProgramLocalParametersI4uivNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLuint params 
) [static]
static void log_glProgramNamedParameter4dNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glProgramNamedParameter4dvNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
const GLdouble v 
) [static]
static void log_glProgramNamedParameter4fNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glProgramNamedParameter4fvNV ( GLuint  id,
GLsizei  len,
const GLubyte name,
const GLfloat v 
) [static]
static void log_glProgramParameter4dNV ( GLenum  target,
GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glProgramParameter4dvNV ( GLenum  target,
GLuint  index,
const GLdouble v 
) [static]
static void log_glProgramParameter4fNV ( GLenum  target,
GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glProgramParameter4fvNV ( GLenum  target,
GLuint  index,
const GLfloat v 
) [static]
static void log_glProgramParameteri ( GLuint  program,
GLenum  pname,
GLint  value 
) [static]
static void log_glProgramParameteriARB ( GLuint  program,
GLenum  pname,
GLint  value 
) [static]
static void log_glProgramParameteriEXT ( GLuint  program,
GLenum  pname,
GLint  value 
) [static]
static void log_glProgramParameters4dvNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLdouble v 
) [static]
static void log_glProgramParameters4fvNV ( GLenum  target,
GLuint  index,
GLsizei  count,
const GLfloat v 
) [static]
static void log_glProgramStringARB ( GLenum  target,
GLenum  format,
GLsizei  len,
const GLvoid string 
) [static]
static void log_glProgramSubroutineParametersuivNV ( GLenum  target,
GLsizei  count,
const GLuint params 
) [static]
static void log_glProgramUniform1d ( GLuint  program,
GLint  location,
GLdouble  x 
) [static]
static void log_glProgramUniform1dEXT ( GLuint  program,
GLint  location,
GLdouble  x 
) [static]
static void log_glProgramUniform1dv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glProgramUniform1dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glProgramUniform1f ( GLuint  program,
GLint  location,
GLfloat  x 
) [static]
static void log_glProgramUniform1fEXT ( GLuint  program,
GLint  location,
GLfloat  v0 
) [static]
static void log_glProgramUniform1fv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glProgramUniform1fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glProgramUniform1i ( GLuint  program,
GLint  location,
GLint  x 
) [static]
static void log_glProgramUniform1i64NV ( GLuint  program,
GLint  location,
GLint64EXT  x 
) [static]
static void log_glProgramUniform1i64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void log_glProgramUniform1iEXT ( GLuint  program,
GLint  location,
GLint  v0 
) [static]
static void log_glProgramUniform1iv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glProgramUniform1ivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glProgramUniform1ui ( GLuint  program,
GLint  location,
GLuint  v0 
) [static]
static void log_glProgramUniform1ui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  x 
) [static]
static void log_glProgramUniform1ui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glProgramUniform1uiEXT ( GLuint  program,
GLint  location,
GLuint  v0 
) [static]
static void log_glProgramUniform1uiv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glProgramUniform1uivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glProgramUniform2d ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glProgramUniform2dEXT ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glProgramUniform2dv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glProgramUniform2dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glProgramUniform2f ( GLuint  program,
GLint  location,
GLfloat  x,
GLfloat  y 
) [static]
static void log_glProgramUniform2fEXT ( GLuint  program,
GLint  location,
GLfloat  v0,
GLfloat  v1 
) [static]
static void log_glProgramUniform2fv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glProgramUniform2fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glProgramUniform2i ( GLuint  program,
GLint  location,
GLint  x,
GLint  y 
) [static]
static void log_glProgramUniform2i64NV ( GLuint  program,
GLint  location,
GLint64EXT  x,
GLint64EXT  y 
) [static]
static void log_glProgramUniform2i64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void log_glProgramUniform2iEXT ( GLuint  program,
GLint  location,
GLint  v0,
GLint  v1 
) [static]
static void log_glProgramUniform2iv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glProgramUniform2ivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glProgramUniform2ui ( GLuint  program,
GLint  location,
GLuint  x,
GLuint  y 
) [static]
static void log_glProgramUniform2ui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  x,
GLuint64EXT  y 
) [static]
static void log_glProgramUniform2ui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glProgramUniform2uiEXT ( GLuint  program,
GLint  location,
GLuint  v0,
GLuint  v1 
) [static]
static void log_glProgramUniform2uiv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glProgramUniform2uivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glProgramUniform3d ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glProgramUniform3dEXT ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glProgramUniform3dv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glProgramUniform3dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glProgramUniform3f ( GLuint  program,
GLint  location,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glProgramUniform3fEXT ( GLuint  program,
GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2 
) [static]
static void log_glProgramUniform3fv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glProgramUniform3fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glProgramUniform3i ( GLuint  program,
GLint  location,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glProgramUniform3i64NV ( GLuint  program,
GLint  location,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z 
) [static]
static void log_glProgramUniform3i64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void log_glProgramUniform3iEXT ( GLuint  program,
GLint  location,
GLint  v0,
GLint  v1,
GLint  v2 
) [static]
static void log_glProgramUniform3iv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glProgramUniform3ivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glProgramUniform3ui ( GLuint  program,
GLint  location,
GLuint  x,
GLuint  y,
GLuint  z 
) [static]
static void log_glProgramUniform3ui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z 
) [static]
static void log_glProgramUniform3ui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glProgramUniform3uiEXT ( GLuint  program,
GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2 
) [static]
static void log_glProgramUniform3uiv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glProgramUniform3uivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glProgramUniform4d ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glProgramUniform4dEXT ( GLuint  program,
GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glProgramUniform4dv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glProgramUniform4dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glProgramUniform4f ( GLuint  program,
GLint  location,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glProgramUniform4fEXT ( GLuint  program,
GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2,
GLfloat  v3 
) [static]
static void log_glProgramUniform4fv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glProgramUniform4fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glProgramUniform4i ( GLuint  program,
GLint  location,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glProgramUniform4i64NV ( GLuint  program,
GLint  location,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z,
GLint64EXT  w 
) [static]
static void log_glProgramUniform4i64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void log_glProgramUniform4iEXT ( GLuint  program,
GLint  location,
GLint  v0,
GLint  v1,
GLint  v2,
GLint  v3 
) [static]
static void log_glProgramUniform4iv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glProgramUniform4ivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glProgramUniform4ui ( GLuint  program,
GLint  location,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void log_glProgramUniform4ui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z,
GLuint64EXT  w 
) [static]
static void log_glProgramUniform4ui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glProgramUniform4uiEXT ( GLuint  program,
GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2,
GLuint  v3 
) [static]
static void log_glProgramUniform4uiv ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glProgramUniform4uivEXT ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glProgramUniformHandleui64NV ( GLuint  program,
GLint  location,
GLuint64  value 
) [static]
static void log_glProgramUniformHandleui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64 values 
) [static]
static void log_glProgramUniformMatrix2dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix2dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix2fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix2fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix2x3dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix2x3dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix2x3fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix2x3fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix2x4dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix2x4dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix2x4fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix2x4fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix3dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix3dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix3fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix3fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix3x2dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix3x2dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix3x2fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix3x2fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix3x4dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix3x4dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix3x4fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix3x4fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix4dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix4dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix4fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix4fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix4x2dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix4x2dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix4x2fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix4x2fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix4x3dv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix4x3dvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glProgramUniformMatrix4x3fv ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformMatrix4x3fvEXT ( GLuint  program,
GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glProgramUniformui64NV ( GLuint  program,
GLint  location,
GLuint64EXT  v0 
) [static]
static void log_glProgramUniformui64vNV ( GLuint  program,
GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glProgramVertexLimitNV ( GLenum  target,
GLint  limit 
) [static]
static void log_glProvokingVertex ( GLenum  mode) [static]
static void log_glProvokingVertexEXT ( GLenum  mode) [static]
static void log_glPushAttrib ( GLbitfield  mask) [static]
static void log_glPushClientAttrib ( GLbitfield  mask) [static]
static void log_glPushDebugGroup ( GLenum  source,
GLuint  id,
GLsizei  length,
const GLchar message 
) [static]
static void log_glPushGroupMarkerEXT ( GLsizei  length,
const GLchar marker 
) [static]
static void log_glPushMatrix ( void  ) [static]
static void log_glPushName ( GLuint  name) [static]
static void log_glQueryCounter ( GLuint  id,
GLenum  target 
) [static]
static void log_glQueryCounterEXT ( GLuint  id,
GLenum  target 
) [static]
static void log_glRasterPos2d ( GLdouble  x,
GLdouble  y 
) [static]
static void log_glRasterPos2dv ( const GLdouble v) [static]
static void log_glRasterPos2f ( GLfloat  x,
GLfloat  y 
) [static]
static void log_glRasterPos2fv ( const GLfloat v) [static]
static void log_glRasterPos2i ( GLint  x,
GLint  y 
) [static]
static void log_glRasterPos2iv ( const GLint v) [static]
static void log_glRasterPos2s ( GLshort  x,
GLshort  y 
) [static]
static void log_glRasterPos2sv ( const GLshort v) [static]
static void log_glRasterPos3d ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glRasterPos3dv ( const GLdouble v) [static]
static void log_glRasterPos3f ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glRasterPos3fv ( const GLfloat v) [static]
static void log_glRasterPos3i ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glRasterPos3iv ( const GLint v) [static]
static void log_glRasterPos3s ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glRasterPos3sv ( const GLshort v) [static]
static void log_glRasterPos4d ( GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glRasterPos4dv ( const GLdouble v) [static]
static void log_glRasterPos4f ( GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glRasterPos4fv ( const GLfloat v) [static]
static void log_glRasterPos4i ( GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glRasterPos4iv ( const GLint v) [static]
static void log_glRasterPos4s ( GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void log_glRasterPos4sv ( const GLshort v) [static]
static void log_glReadBuffer ( GLenum  mode) [static]
static void log_glReadBufferIndexedEXT ( GLenum  src,
GLint  index 
) [static]
static void log_glReadBufferNV ( GLenum  mode) [static]
static void log_glReadBufferRegion ( GLuint  region,
GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glReadInstrumentsSGIX ( GLint  marker) [static]
static void log_glReadnPixelsARB ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid data 
) [static]
static void log_glReadnPixelsEXT ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLsizei  bufSize,
GLvoid data 
) [static]
static void log_glReadPixels ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void log_glReadVideoPixelsSUN ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
GLvoid pixels 
) [static]
static void log_glRectd ( GLdouble  x1,
GLdouble  y1,
GLdouble  x2,
GLdouble  y2 
) [static]
static void log_glRectdv ( const GLdouble v1,
const GLdouble v2 
) [static]
static void log_glRectf ( GLfloat  x1,
GLfloat  y1,
GLfloat  x2,
GLfloat  y2 
) [static]
static void log_glRectfv ( const GLfloat v1,
const GLfloat v2 
) [static]
static void log_glRecti ( GLint  x1,
GLint  y1,
GLint  x2,
GLint  y2 
) [static]
static void log_glRectiv ( const GLint v1,
const GLint v2 
) [static]
static void log_glRects ( GLshort  x1,
GLshort  y1,
GLshort  x2,
GLshort  y2 
) [static]
static void log_glRectsv ( const GLshort v1,
const GLshort v2 
) [static]
static void log_glReferencePlaneSGIX ( const GLdouble equation) [static]
static void log_glReleaseShaderCompiler ( void  ) [static]
static void log_glRenderbufferStorage ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glRenderbufferStorageEXT ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glRenderbufferStorageMultisample ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glRenderbufferStorageMultisampleANGLE ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glRenderbufferStorageMultisampleAPPLE ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glRenderbufferStorageMultisampleCoverageNV ( GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glRenderbufferStorageMultisampleEXT ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glRenderbufferStorageMultisampleIMG ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glRenderbufferStorageOES ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static GLint log_glRenderMode ( GLenum  mode) [static]
static void log_glReplacementCodePointerSUN ( GLenum  type,
GLsizei  stride,
const GLvoid **  pointer 
) [static]
static void log_glReplacementCodeubSUN ( GLubyte  code) [static]
static void log_glReplacementCodeubvSUN ( const GLubyte code) [static]
static void log_glReplacementCodeuiColor3fVertex3fSUN ( GLuint  rc,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glReplacementCodeuiColor3fVertex3fvSUN ( const GLuint rc,
const GLfloat c,
const GLfloat v 
) [static]
static void log_glReplacementCodeuiColor4fNormal3fVertex3fSUN ( GLuint  rc,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glReplacementCodeuiColor4fNormal3fVertex3fvSUN ( const GLuint rc,
const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void log_glReplacementCodeuiColor4ubVertex3fSUN ( GLuint  rc,
GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glReplacementCodeuiColor4ubVertex3fvSUN ( const GLuint rc,
const GLubyte c,
const GLfloat v 
) [static]
static void log_glReplacementCodeuiNormal3fVertex3fSUN ( GLuint  rc,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glReplacementCodeuiNormal3fVertex3fvSUN ( const GLuint rc,
const GLfloat n,
const GLfloat v 
) [static]
static void log_glReplacementCodeuiSUN ( GLuint  code) [static]
static void log_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fSUN ( GLuint  rc,
GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glReplacementCodeuiTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLuint rc,
const GLfloat tc,
const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void log_glReplacementCodeuiTexCoord2fNormal3fVertex3fSUN ( GLuint  rc,
GLfloat  s,
GLfloat  t,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glReplacementCodeuiTexCoord2fNormal3fVertex3fvSUN ( const GLuint rc,
const GLfloat tc,
const GLfloat n,
const GLfloat v 
) [static]
static void log_glReplacementCodeuiTexCoord2fVertex3fSUN ( GLuint  rc,
GLfloat  s,
GLfloat  t,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glReplacementCodeuiTexCoord2fVertex3fvSUN ( const GLuint rc,
const GLfloat tc,
const GLfloat v 
) [static]
static void log_glReplacementCodeuiVertex3fSUN ( GLuint  rc,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glReplacementCodeuiVertex3fvSUN ( const GLuint rc,
const GLfloat v 
) [static]
static void log_glReplacementCodeuivSUN ( const GLuint code) [static]
static void log_glReplacementCodeusSUN ( GLushort  code) [static]
static void log_glReplacementCodeusvSUN ( const GLushort code) [static]
static void log_glRequestResidentProgramsNV ( GLsizei  n,
const GLuint programs 
) [static]
static void log_glResetHistogram ( GLenum  target) [static]
static void log_glResetHistogramEXT ( GLenum  target) [static]
static void log_glResetMinmax ( GLenum  target) [static]
static void log_glResetMinmaxEXT ( GLenum  target) [static]
static void log_glResizeBuffersMESA ( void  ) [static]
static void log_glResumeTransformFeedback ( void  ) [static]
static void log_glResumeTransformFeedbackNV ( void  ) [static]
static void log_glRotated ( GLdouble  angle,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glRotatef ( GLfloat  angle,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glRotatex ( GLfixed  angle,
GLfixed  x,
GLfixed  y,
GLfixed  z 
) [static]
static void log_glSampleCoverage ( GLclampf  value,
GLboolean  invert 
) [static]
static void log_glSampleCoverageARB ( GLclampf  value,
GLboolean  invert 
) [static]
static void log_glSampleCoveragex ( GLclampx  value,
GLboolean  invert 
) [static]
static void log_glSampleMapATI ( GLuint  dst,
GLuint  interp,
GLenum  swizzle 
) [static]
static void log_glSampleMaskEXT ( GLclampf  value,
GLboolean  invert 
) [static]
static void log_glSampleMaski ( GLuint  index,
GLbitfield  mask 
) [static]
static void log_glSampleMaskIndexedNV ( GLuint  index,
GLbitfield  mask 
) [static]
static void log_glSampleMaskSGIS ( GLclampf  value,
GLboolean  invert 
) [static]
static void log_glSamplePatternEXT ( GLenum  pattern) [static]
static void log_glSamplePatternSGIS ( GLenum  pattern) [static]
static void log_glSamplerParameterf ( GLuint  sampler,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glSamplerParameterfv ( GLuint  sampler,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glSamplerParameteri ( GLuint  sampler,
GLenum  pname,
GLint  param 
) [static]
static void log_glSamplerParameterIiv ( GLuint  sampler,
GLenum  pname,
const GLint params 
) [static]
static void log_glSamplerParameterIuiv ( GLuint  sampler,
GLenum  pname,
const GLuint params 
) [static]
static void log_glSamplerParameteriv ( GLuint  sampler,
GLenum  pname,
const GLint params 
) [static]
static void log_glScaled ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glScalef ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glScalex ( GLfixed  x,
GLfixed  y,
GLfixed  z 
) [static]
static void log_glScissor ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glScissorArrayv ( GLuint  first,
GLsizei  count,
const GLint v 
) [static]
static void log_glScissorIndexed ( GLuint  index,
GLint  left,
GLint  bottom,
GLint  width,
GLint  height 
) [static]
static void log_glScissorIndexedv ( GLuint  index,
const GLint v 
) [static]
static void log_glSecondaryColor3b ( GLbyte  red,
GLbyte  green,
GLbyte  blue 
) [static]
static void log_glSecondaryColor3bEXT ( GLbyte  red,
GLbyte  green,
GLbyte  blue 
) [static]
static void log_glSecondaryColor3bv ( const GLbyte v) [static]
static void log_glSecondaryColor3bvEXT ( const GLbyte v) [static]
static void log_glSecondaryColor3d ( GLdouble  red,
GLdouble  green,
GLdouble  blue 
) [static]
static void log_glSecondaryColor3dEXT ( GLdouble  red,
GLdouble  green,
GLdouble  blue 
) [static]
static void log_glSecondaryColor3dv ( const GLdouble v) [static]
static void log_glSecondaryColor3dvEXT ( const GLdouble v) [static]
static void log_glSecondaryColor3f ( GLfloat  red,
GLfloat  green,
GLfloat  blue 
) [static]
static void log_glSecondaryColor3fEXT ( GLfloat  red,
GLfloat  green,
GLfloat  blue 
) [static]
static void log_glSecondaryColor3fv ( const GLfloat v) [static]
static void log_glSecondaryColor3fvEXT ( const GLfloat v) [static]
static void log_glSecondaryColor3hNV ( GLhalfNV  red,
GLhalfNV  green,
GLhalfNV  blue 
) [static]
static void log_glSecondaryColor3hvNV ( const GLhalfNV v) [static]
static void log_glSecondaryColor3i ( GLint  red,
GLint  green,
GLint  blue 
) [static]
static void log_glSecondaryColor3iEXT ( GLint  red,
GLint  green,
GLint  blue 
) [static]
static void log_glSecondaryColor3iv ( const GLint v) [static]
static void log_glSecondaryColor3ivEXT ( const GLint v) [static]
static void log_glSecondaryColor3s ( GLshort  red,
GLshort  green,
GLshort  blue 
) [static]
static void log_glSecondaryColor3sEXT ( GLshort  red,
GLshort  green,
GLshort  blue 
) [static]
static void log_glSecondaryColor3sv ( const GLshort v) [static]
static void log_glSecondaryColor3svEXT ( const GLshort v) [static]
static void log_glSecondaryColor3ub ( GLubyte  red,
GLubyte  green,
GLubyte  blue 
) [static]
static void log_glSecondaryColor3ubEXT ( GLubyte  red,
GLubyte  green,
GLubyte  blue 
) [static]
static void log_glSecondaryColor3ubv ( const GLubyte v) [static]
static void log_glSecondaryColor3ubvEXT ( const GLubyte v) [static]
static void log_glSecondaryColor3ui ( GLuint  red,
GLuint  green,
GLuint  blue 
) [static]
static void log_glSecondaryColor3uiEXT ( GLuint  red,
GLuint  green,
GLuint  blue 
) [static]
static void log_glSecondaryColor3uiv ( const GLuint v) [static]
static void log_glSecondaryColor3uivEXT ( const GLuint v) [static]
static void log_glSecondaryColor3us ( GLushort  red,
GLushort  green,
GLushort  blue 
) [static]
static void log_glSecondaryColor3usEXT ( GLushort  red,
GLushort  green,
GLushort  blue 
) [static]
static void log_glSecondaryColor3usv ( const GLushort v) [static]
static void log_glSecondaryColor3usvEXT ( const GLushort v) [static]
static void log_glSecondaryColorFormatNV ( GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void log_glSecondaryColorP3ui ( GLenum  type,
GLuint  color 
) [static]
static void log_glSecondaryColorP3uiv ( GLenum  type,
const GLuint color 
) [static]
static void log_glSecondaryColorPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glSecondaryColorPointerEXT ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glSecondaryColorPointerListIBM ( GLint  size,
GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void log_glSelectBuffer ( GLsizei  size,
GLuint buffer 
) [static]
static void log_glSelectPerfMonitorCountersAMD ( GLuint  monitor,
GLboolean  enable,
GLuint  group,
GLint  numCounters,
GLuint counterList 
) [static]
static void log_glSeparableFilter2D ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid row,
const GLvoid column 
) [static]
static void log_glSeparableFilter2DEXT ( GLenum  target,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid row,
const GLvoid column 
) [static]
static void log_glSetFenceAPPLE ( GLuint  fence) [static]
static void log_glSetFenceNV ( GLuint  fence,
GLenum  condition 
) [static]
static void log_glSetFragmentShaderConstantATI ( GLuint  dst,
const GLfloat value 
) [static]
static void log_glSetInvariantEXT ( GLuint  id,
GLenum  type,
const GLvoid addr 
) [static]
static void log_glSetLocalConstantEXT ( GLuint  id,
GLenum  type,
const GLvoid addr 
) [static]
static void log_glSetMultisamplefvAMD ( GLenum  pname,
GLuint  index,
const GLfloat val 
) [static]
static void log_glShadeModel ( GLenum  mode) [static]
static void log_glShaderBinary ( GLsizei  count,
const GLuint shaders,
GLenum  binaryformat,
const GLvoid binary,
GLsizei  length 
) [static]
static void log_glShaderOp1EXT ( GLenum  op,
GLuint  res,
GLuint  arg1 
) [static]
static void log_glShaderOp2EXT ( GLenum  op,
GLuint  res,
GLuint  arg1,
GLuint  arg2 
) [static]
static void log_glShaderOp3EXT ( GLenum  op,
GLuint  res,
GLuint  arg1,
GLuint  arg2,
GLuint  arg3 
) [static]
static void log_glShaderSource ( GLuint  shader,
GLsizei  count,
const GLchar *const *  string,
const GLint length 
) [static]
static void log_glShaderSourceARB ( GLhandleARB  shaderObj,
GLsizei  count,
const GLcharARB **  string,
const GLint length 
) [static]
static void log_glShaderStorageBlockBinding ( GLuint  program,
GLuint  storageBlockIndex,
GLuint  storageBlockBinding 
) [static]
static void log_glSharpenTexFuncSGIS ( GLenum  target,
GLsizei  n,
const GLfloat points 
) [static]
static void log_glSpriteParameterfSGIX ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glSpriteParameterfvSGIX ( GLenum  pname,
const GLfloat params 
) [static]
static void log_glSpriteParameteriSGIX ( GLenum  pname,
GLint  param 
) [static]
static void log_glSpriteParameterivSGIX ( GLenum  pname,
const GLint params 
) [static]
static void log_glStartInstrumentsSGIX ( void  ) [static]
static void log_glStartTilingQCOM ( GLuint  x,
GLuint  y,
GLuint  width,
GLuint  height,
GLbitfield  preserveMask 
) [static]
static void log_glStencilClearTagEXT ( GLsizei  stencilTagBits,
GLuint  stencilClearTag 
) [static]
static void log_glStencilFillPathInstancedNV ( GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLenum  fillMode,
GLuint  mask,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void log_glStencilFillPathNV ( GLuint  path,
GLenum  fillMode,
GLuint  mask 
) [static]
static void log_glStencilFunc ( GLenum  func,
GLint  ref,
GLuint  mask 
) [static]
static void log_glStencilFuncSeparate ( GLenum  face,
GLenum  func,
GLint  ref,
GLuint  mask 
) [static]
static void log_glStencilFuncSeparateATI ( GLenum  frontfunc,
GLenum  backfunc,
GLint  ref,
GLuint  mask 
) [static]
static void log_glStencilMask ( GLuint  mask) [static]
static void log_glStencilMaskSeparate ( GLenum  face,
GLuint  mask 
) [static]
static void log_glStencilOp ( GLenum  fail,
GLenum  zfail,
GLenum  zpass 
) [static]
static void log_glStencilOpSeparate ( GLenum  face,
GLenum  fail,
GLenum  zfail,
GLenum  zpass 
) [static]
static void log_glStencilOpSeparateATI ( GLenum  face,
GLenum  sfail,
GLenum  dpfail,
GLenum  dppass 
) [static]
static void log_glStencilOpValueAMD ( GLenum  face,
GLuint  value 
) [static]
static void log_glStencilStrokePathInstancedNV ( GLsizei  numPaths,
GLenum  pathNameType,
const GLvoid paths,
GLuint  pathBase,
GLint  reference,
GLuint  mask,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void log_glStencilStrokePathNV ( GLuint  path,
GLint  reference,
GLuint  mask 
) [static]
static void log_glStopInstrumentsSGIX ( GLint  marker) [static]
static void log_glStringMarkerGREMEDY ( GLsizei  len,
const GLvoid string 
) [static]
static void log_glSwapAPPLE ( void  ) [static]
static void log_glSwizzleEXT ( GLuint  res,
GLuint  in,
GLenum  outX,
GLenum  outY,
GLenum  outZ,
GLenum  outW 
) [static]
static void log_glTagSampleBufferSGIX ( void  ) [static]
static void log_glTangent3bEXT ( GLbyte  tx,
GLbyte  ty,
GLbyte  tz 
) [static]
static void log_glTangent3bvEXT ( const GLbyte v) [static]
static void log_glTangent3dEXT ( GLdouble  tx,
GLdouble  ty,
GLdouble  tz 
) [static]
static void log_glTangent3dvEXT ( const GLdouble v) [static]
static void log_glTangent3fEXT ( GLfloat  tx,
GLfloat  ty,
GLfloat  tz 
) [static]
static void log_glTangent3fvEXT ( const GLfloat v) [static]
static void log_glTangent3iEXT ( GLint  tx,
GLint  ty,
GLint  tz 
) [static]
static void log_glTangent3ivEXT ( const GLint v) [static]
static void log_glTangent3sEXT ( GLshort  tx,
GLshort  ty,
GLshort  tz 
) [static]
static void log_glTangent3svEXT ( const GLshort v) [static]
static void log_glTangentPointerEXT ( GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glTbufferMask3DFX ( GLuint  mask) [static]
static void log_glTessellationFactorAMD ( GLfloat  factor) [static]
static void log_glTessellationModeAMD ( GLenum  mode) [static]
static GLboolean log_glTestFenceAPPLE ( GLuint  fence) [static]
static GLboolean log_glTestFenceNV ( GLuint  fence) [static]
static GLboolean log_glTestObjectAPPLE ( GLenum  object,
GLuint  name 
) [static]
static void log_glTexBuffer ( GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void log_glTexBufferARB ( GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void log_glTexBufferEXT ( GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void log_glTexBufferRange ( GLenum  target,
GLenum  internalformat,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void log_glTexBumpParameterfvATI ( GLenum  pname,
const GLfloat param 
) [static]
static void log_glTexBumpParameterivATI ( GLenum  pname,
const GLint param 
) [static]
static void log_glTexCoord1d ( GLdouble  s) [static]
static void log_glTexCoord1dv ( const GLdouble v) [static]
static void log_glTexCoord1f ( GLfloat  s) [static]
static void log_glTexCoord1fv ( const GLfloat v) [static]
static void log_glTexCoord1hNV ( GLhalfNV  s) [static]
static void log_glTexCoord1hvNV ( const GLhalfNV v) [static]
static void log_glTexCoord1i ( GLint  s) [static]
static void log_glTexCoord1iv ( const GLint v) [static]
static void log_glTexCoord1s ( GLshort  s) [static]
static void log_glTexCoord1sv ( const GLshort v) [static]
static void log_glTexCoord2d ( GLdouble  s,
GLdouble  t 
) [static]
static void log_glTexCoord2dv ( const GLdouble v) [static]
static void log_glTexCoord2f ( GLfloat  s,
GLfloat  t 
) [static]
static void log_glTexCoord2fColor3fVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glTexCoord2fColor3fVertex3fvSUN ( const GLfloat tc,
const GLfloat c,
const GLfloat v 
) [static]
static void log_glTexCoord2fColor4fNormal3fVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glTexCoord2fColor4fNormal3fVertex3fvSUN ( const GLfloat tc,
const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void log_glTexCoord2fColor4ubVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glTexCoord2fColor4ubVertex3fvSUN ( const GLfloat tc,
const GLubyte c,
const GLfloat v 
) [static]
static void log_glTexCoord2fNormal3fVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glTexCoord2fNormal3fVertex3fvSUN ( const GLfloat tc,
const GLfloat n,
const GLfloat v 
) [static]
static void log_glTexCoord2fv ( const GLfloat v) [static]
static void log_glTexCoord2fVertex3fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glTexCoord2fVertex3fvSUN ( const GLfloat tc,
const GLfloat v 
) [static]
static void log_glTexCoord2hNV ( GLhalfNV  s,
GLhalfNV  t 
) [static]
static void log_glTexCoord2hvNV ( const GLhalfNV v) [static]
static void log_glTexCoord2i ( GLint  s,
GLint  t 
) [static]
static void log_glTexCoord2iv ( const GLint v) [static]
static void log_glTexCoord2s ( GLshort  s,
GLshort  t 
) [static]
static void log_glTexCoord2sv ( const GLshort v) [static]
static void log_glTexCoord3d ( GLdouble  s,
GLdouble  t,
GLdouble  r 
) [static]
static void log_glTexCoord3dv ( const GLdouble v) [static]
static void log_glTexCoord3f ( GLfloat  s,
GLfloat  t,
GLfloat  r 
) [static]
static void log_glTexCoord3fv ( const GLfloat v) [static]
static void log_glTexCoord3hNV ( GLhalfNV  s,
GLhalfNV  t,
GLhalfNV  r 
) [static]
static void log_glTexCoord3hvNV ( const GLhalfNV v) [static]
static void log_glTexCoord3i ( GLint  s,
GLint  t,
GLint  r 
) [static]
static void log_glTexCoord3iv ( const GLint v) [static]
static void log_glTexCoord3s ( GLshort  s,
GLshort  t,
GLshort  r 
) [static]
static void log_glTexCoord3sv ( const GLshort v) [static]
static void log_glTexCoord4d ( GLdouble  s,
GLdouble  t,
GLdouble  r,
GLdouble  q 
) [static]
static void log_glTexCoord4dv ( const GLdouble v) [static]
static void log_glTexCoord4f ( GLfloat  s,
GLfloat  t,
GLfloat  r,
GLfloat  q 
) [static]
static void log_glTexCoord4fColor4fNormal3fVertex4fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  p,
GLfloat  q,
GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a,
GLfloat  nx,
GLfloat  ny,
GLfloat  nz,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glTexCoord4fColor4fNormal3fVertex4fvSUN ( const GLfloat tc,
const GLfloat c,
const GLfloat n,
const GLfloat v 
) [static]
static void log_glTexCoord4fv ( const GLfloat v) [static]
static void log_glTexCoord4fVertex4fSUN ( GLfloat  s,
GLfloat  t,
GLfloat  p,
GLfloat  q,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glTexCoord4fVertex4fvSUN ( const GLfloat tc,
const GLfloat v 
) [static]
static void log_glTexCoord4hNV ( GLhalfNV  s,
GLhalfNV  t,
GLhalfNV  r,
GLhalfNV  q 
) [static]
static void log_glTexCoord4hvNV ( const GLhalfNV v) [static]
static void log_glTexCoord4i ( GLint  s,
GLint  t,
GLint  r,
GLint  q 
) [static]
static void log_glTexCoord4iv ( const GLint v) [static]
static void log_glTexCoord4s ( GLshort  s,
GLshort  t,
GLshort  r,
GLshort  q 
) [static]
static void log_glTexCoord4sv ( const GLshort v) [static]
static void log_glTexCoordFormatNV ( GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void log_glTexCoordP1ui ( GLenum  type,
GLuint  coords 
) [static]
static void log_glTexCoordP1uiv ( GLenum  type,
const GLuint coords 
) [static]
static void log_glTexCoordP2ui ( GLenum  type,
GLuint  coords 
) [static]
static void log_glTexCoordP2uiv ( GLenum  type,
const GLuint coords 
) [static]
static void log_glTexCoordP3ui ( GLenum  type,
GLuint  coords 
) [static]
static void log_glTexCoordP3uiv ( GLenum  type,
const GLuint coords 
) [static]
static void log_glTexCoordP4ui ( GLenum  type,
GLuint  coords 
) [static]
static void log_glTexCoordP4uiv ( GLenum  type,
const GLuint coords 
) [static]
static void log_glTexCoordPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glTexCoordPointerEXT ( GLint  size,
GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void log_glTexCoordPointerListIBM ( GLint  size,
GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void log_glTexCoordPointervINTEL ( GLint  size,
GLenum  type,
const GLvoid **  pointer 
) [static]
static void log_glTexEnvf ( GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glTexEnvfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glTexEnvi ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glTexEnviv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glTexEnvx ( GLenum  target,
GLenum  pname,
GLfixed  param 
) [static]
static void log_glTexEnvxv ( GLenum  target,
GLenum  pname,
const GLfixed params 
) [static]
static void log_glTexFilterFuncSGIS ( GLenum  target,
GLenum  filter,
GLsizei  n,
const GLfloat weights 
) [static]
static void log_glTexGend ( GLenum  coord,
GLenum  pname,
GLdouble  param 
) [static]
static void log_glTexGendv ( GLenum  coord,
GLenum  pname,
const GLdouble params 
) [static]
static void log_glTexGenf ( GLenum  coord,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glTexGenfOES ( GLenum  coord,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glTexGenfv ( GLenum  coord,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glTexGenfvOES ( GLenum  coord,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glTexGeni ( GLenum  coord,
GLenum  pname,
GLint  param 
) [static]
static void log_glTexGeniOES ( GLenum  coord,
GLenum  pname,
GLint  param 
) [static]
static void log_glTexGeniv ( GLenum  coord,
GLenum  pname,
const GLint params 
) [static]
static void log_glTexGenivOES ( GLenum  coord,
GLenum  pname,
const GLint params 
) [static]
static void log_glTexGenxOES ( GLenum  coord,
GLenum  pname,
GLfixed  param 
) [static]
static void log_glTexGenxvOES ( GLenum  coord,
GLenum  pname,
const GLfixed params 
) [static]
static void log_glTexImage1D ( GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexImage2D ( GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexImage2DMultisample ( GLenum  target,
GLsizei  samples,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedsamplelocations 
) [static]
static void log_glTexImage2DMultisampleCoverageNV ( GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedSampleLocations 
) [static]
static void log_glTexImage3D ( GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexImage3DEXT ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexImage3DMultisample ( GLenum  target,
GLsizei  samples,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedsamplelocations 
) [static]
static void log_glTexImage3DMultisampleCoverageNV ( GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedSampleLocations 
) [static]
static void log_glTexImage3DOES ( GLenum  target,
GLint  level,
GLenum  internalFormat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexImage4DSGIS ( GLenum  target,
GLint  level,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLsizei  size4d,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexParameterf ( GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glTexParameterfv ( GLenum  target,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glTexParameteri ( GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glTexParameterIiv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glTexParameterIivEXT ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glTexParameterIuiv ( GLenum  target,
GLenum  pname,
const GLuint params 
) [static]
static void log_glTexParameterIuivEXT ( GLenum  target,
GLenum  pname,
const GLuint params 
) [static]
static void log_glTexParameteriv ( GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glTexParameterx ( GLenum  target,
GLenum  pname,
GLfixed  param 
) [static]
static void log_glTexParameterxv ( GLenum  target,
GLenum  pname,
const GLfixed params 
) [static]
static void log_glTexRenderbufferNV ( GLenum  target,
GLuint  renderbuffer 
) [static]
static void log_glTexScissorFuncINTEL ( GLenum  target,
GLenum  lfunc,
GLenum  hfunc 
) [static]
static void log_glTexScissorINTEL ( GLenum  target,
GLclampf  tlow,
GLclampf  thigh 
) [static]
static void log_glTexStorage1D ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width 
) [static]
static void log_glTexStorage1DEXT ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width 
) [static]
static void log_glTexStorage2D ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glTexStorage2DEXT ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glTexStorage2DMultisample ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedsamplelocations 
) [static]
static void log_glTexStorage3D ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void log_glTexStorage3DEXT ( GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void log_glTexStorage3DMultisample ( GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedsamplelocations 
) [static]
static void log_glTexSubImage1D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexSubImage1DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexSubImage2D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexSubImage2DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexSubImage3D ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexSubImage3DEXT ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexSubImage3DOES ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTexSubImage4DSGIS ( GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLint  woffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLsizei  size4d,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTextureBarrierNV ( void  ) [static]
static void log_glTextureBufferEXT ( GLuint  texture,
GLenum  target,
GLenum  internalformat,
GLuint  buffer 
) [static]
static void log_glTextureBufferRangeEXT ( GLuint  texture,
GLenum  target,
GLenum  internalformat,
GLuint  buffer,
GLintptr  offset,
GLsizeiptr  size 
) [static]
static void log_glTextureColorMaskSGIS ( GLboolean  red,
GLboolean  green,
GLboolean  blue,
GLboolean  alpha 
) [static]
static void log_glTextureFogSGIX ( GLenum  pname) [static]
static void log_glTextureImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTextureImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTextureImage2DMultisampleCoverageNV ( GLuint  texture,
GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedSampleLocations 
) [static]
static void log_glTextureImage2DMultisampleNV ( GLuint  texture,
GLenum  target,
GLsizei  samples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedSampleLocations 
) [static]
static void log_glTextureImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLint  border,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTextureImage3DMultisampleCoverageNV ( GLuint  texture,
GLenum  target,
GLsizei  coverageSamples,
GLsizei  colorSamples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedSampleLocations 
) [static]
static void log_glTextureImage3DMultisampleNV ( GLuint  texture,
GLenum  target,
GLsizei  samples,
GLint  internalFormat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedSampleLocations 
) [static]
static void log_glTextureLightEXT ( GLenum  pname) [static]
static void log_glTextureMaterialEXT ( GLenum  face,
GLenum  mode 
) [static]
static void log_glTextureNormalEXT ( GLenum  mode) [static]
static void log_glTextureParameterfEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLfloat  param 
) [static]
static void log_glTextureParameterfvEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
const GLfloat param 
) [static]
static void log_glTextureParameteriEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
GLint  param 
) [static]
static void log_glTextureParameterIivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
const GLint params 
) [static]
static void log_glTextureParameterIuivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
const GLuint params 
) [static]
static void log_glTextureParameterivEXT ( GLuint  texture,
GLenum  target,
GLenum  pname,
const GLint param 
) [static]
static void log_glTextureRangeAPPLE ( GLenum  target,
GLsizei  length,
const GLvoid pointer 
) [static]
static void log_glTextureRenderbufferEXT ( GLuint  texture,
GLenum  target,
GLuint  renderbuffer 
) [static]
static void log_glTextureStorage1DEXT ( GLuint  texture,
GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width 
) [static]
static void log_glTextureStorage2DEXT ( GLuint  texture,
GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glTextureStorage2DMultisampleEXT ( GLuint  texture,
GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLboolean  fixedsamplelocations 
) [static]
static void log_glTextureStorage3DEXT ( GLuint  texture,
GLenum  target,
GLsizei  levels,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void log_glTextureStorage3DMultisampleEXT ( GLuint  texture,
GLenum  target,
GLsizei  samples,
GLenum  internalformat,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLboolean  fixedsamplelocations 
) [static]
static void log_glTextureSubImage1DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLsizei  width,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTextureSubImage2DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLsizei  width,
GLsizei  height,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTextureSubImage3DEXT ( GLuint  texture,
GLenum  target,
GLint  level,
GLint  xoffset,
GLint  yoffset,
GLint  zoffset,
GLsizei  width,
GLsizei  height,
GLsizei  depth,
GLenum  format,
GLenum  type,
const GLvoid pixels 
) [static]
static void log_glTextureView ( GLuint  texture,
GLenum  target,
GLuint  origtexture,
GLenum  internalformat,
GLuint  minlevel,
GLuint  numlevels,
GLuint  minlayer,
GLuint  numlayers 
) [static]
static void log_glTrackMatrixNV ( GLenum  target,
GLuint  address,
GLenum  matrix,
GLenum  transform 
) [static]
static void log_glTransformFeedbackAttribsNV ( GLuint  count,
const GLint attribs,
GLenum  bufferMode 
) [static]
static void log_glTransformFeedbackVaryings ( GLuint  program,
GLsizei  count,
const GLchar *const *  varyings,
GLenum  bufferMode 
) [static]
static void log_glTransformFeedbackVaryingsEXT ( GLuint  program,
GLsizei  count,
const GLchar **  varyings,
GLenum  bufferMode 
) [static]
static void log_glTransformFeedbackVaryingsNV ( GLuint  program,
GLsizei  count,
const GLint locations,
GLenum  bufferMode 
) [static]
static void log_glTransformPathNV ( GLuint  resultPath,
GLuint  srcPath,
GLenum  transformType,
const GLfloat transformValues 
) [static]
static void log_glTranslated ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glTranslatef ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glTranslatex ( GLfixed  x,
GLfixed  y,
GLfixed  z 
) [static]
static void log_glUniform1d ( GLint  location,
GLdouble  x 
) [static]
static void log_glUniform1dv ( GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glUniform1f ( GLint  location,
GLfloat  v0 
) [static]
static void log_glUniform1fARB ( GLint  location,
GLfloat  v0 
) [static]
static void log_glUniform1fv ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glUniform1fvARB ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glUniform1i ( GLint  location,
GLint  v0 
) [static]
static void log_glUniform1i64NV ( GLint  location,
GLint64EXT  x 
) [static]
static void log_glUniform1i64vNV ( GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void log_glUniform1iARB ( GLint  location,
GLint  v0 
) [static]
static void log_glUniform1iv ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glUniform1ivARB ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glUniform1ui ( GLint  location,
GLuint  v0 
) [static]
static void log_glUniform1ui64NV ( GLint  location,
GLuint64EXT  x 
) [static]
static void log_glUniform1ui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glUniform1uiEXT ( GLint  location,
GLuint  v0 
) [static]
static void log_glUniform1uiv ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glUniform1uivEXT ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glUniform2d ( GLint  location,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glUniform2dv ( GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glUniform2f ( GLint  location,
GLfloat  v0,
GLfloat  v1 
) [static]
static void log_glUniform2fARB ( GLint  location,
GLfloat  v0,
GLfloat  v1 
) [static]
static void log_glUniform2fv ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glUniform2fvARB ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glUniform2i ( GLint  location,
GLint  v0,
GLint  v1 
) [static]
static void log_glUniform2i64NV ( GLint  location,
GLint64EXT  x,
GLint64EXT  y 
) [static]
static void log_glUniform2i64vNV ( GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void log_glUniform2iARB ( GLint  location,
GLint  v0,
GLint  v1 
) [static]
static void log_glUniform2iv ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glUniform2ivARB ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glUniform2ui ( GLint  location,
GLuint  v0,
GLuint  v1 
) [static]
static void log_glUniform2ui64NV ( GLint  location,
GLuint64EXT  x,
GLuint64EXT  y 
) [static]
static void log_glUniform2ui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glUniform2uiEXT ( GLint  location,
GLuint  v0,
GLuint  v1 
) [static]
static void log_glUniform2uiv ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glUniform2uivEXT ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glUniform3d ( GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glUniform3dv ( GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glUniform3f ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2 
) [static]
static void log_glUniform3fARB ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2 
) [static]
static void log_glUniform3fv ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glUniform3fvARB ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glUniform3i ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2 
) [static]
static void log_glUniform3i64NV ( GLint  location,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z 
) [static]
static void log_glUniform3i64vNV ( GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void log_glUniform3iARB ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2 
) [static]
static void log_glUniform3iv ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glUniform3ivARB ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glUniform3ui ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2 
) [static]
static void log_glUniform3ui64NV ( GLint  location,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z 
) [static]
static void log_glUniform3ui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glUniform3uiEXT ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2 
) [static]
static void log_glUniform3uiv ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glUniform3uivEXT ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glUniform4d ( GLint  location,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glUniform4dv ( GLint  location,
GLsizei  count,
const GLdouble value 
) [static]
static void log_glUniform4f ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2,
GLfloat  v3 
) [static]
static void log_glUniform4fARB ( GLint  location,
GLfloat  v0,
GLfloat  v1,
GLfloat  v2,
GLfloat  v3 
) [static]
static void log_glUniform4fv ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glUniform4fvARB ( GLint  location,
GLsizei  count,
const GLfloat value 
) [static]
static void log_glUniform4i ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2,
GLint  v3 
) [static]
static void log_glUniform4i64NV ( GLint  location,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z,
GLint64EXT  w 
) [static]
static void log_glUniform4i64vNV ( GLint  location,
GLsizei  count,
const GLint64EXT value 
) [static]
static void log_glUniform4iARB ( GLint  location,
GLint  v0,
GLint  v1,
GLint  v2,
GLint  v3 
) [static]
static void log_glUniform4iv ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glUniform4ivARB ( GLint  location,
GLsizei  count,
const GLint value 
) [static]
static void log_glUniform4ui ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2,
GLuint  v3 
) [static]
static void log_glUniform4ui64NV ( GLint  location,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z,
GLuint64EXT  w 
) [static]
static void log_glUniform4ui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glUniform4uiEXT ( GLint  location,
GLuint  v0,
GLuint  v1,
GLuint  v2,
GLuint  v3 
) [static]
static void log_glUniform4uiv ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glUniform4uivEXT ( GLint  location,
GLsizei  count,
const GLuint value 
) [static]
static void log_glUniformBlockBinding ( GLuint  program,
GLuint  uniformBlockIndex,
GLuint  uniformBlockBinding 
) [static]
static void log_glUniformBufferEXT ( GLuint  program,
GLint  location,
GLuint  buffer 
) [static]
static void log_glUniformHandleui64NV ( GLint  location,
GLuint64  value 
) [static]
static void log_glUniformHandleui64vNV ( GLint  location,
GLsizei  count,
const GLuint64 value 
) [static]
static void log_glUniformMatrix2dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix2fvARB ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix2x3dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix2x3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix2x4dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix2x4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix3dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix3fvARB ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix3x2dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix3x2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix3x4dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix3x4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix4dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix4fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix4fvARB ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix4x2dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix4x2fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformMatrix4x3dv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLdouble value 
) [static]
static void log_glUniformMatrix4x3fv ( GLint  location,
GLsizei  count,
GLboolean  transpose,
const GLfloat value 
) [static]
static void log_glUniformSubroutinesuiv ( GLenum  shaderType,
GLsizei  count,
const GLuint indices 
) [static]
static void log_glUniformui64NV ( GLint  location,
GLuint64EXT  v0 
) [static]
static void log_glUniformui64vNV ( GLint  location,
GLsizei  count,
const GLuint64EXT value 
) [static]
static void log_glUnlockArraysEXT ( void  ) [static]
static GLboolean log_glUnmapBuffer ( GLenum  target) [static]
static GLboolean log_glUnmapBufferARB ( GLenum  target) [static]
static GLboolean log_glUnmapBufferOES ( GLenum  target) [static]
static GLboolean log_glUnmapNamedBufferEXT ( GLuint  buffer) [static]
static void log_glUnmapObjectBufferATI ( GLuint  buffer) [static]
static void log_glUpdateObjectBufferATI ( GLuint  buffer,
GLuint  offset,
GLsizei  size,
const GLvoid pointer,
GLenum  preserve 
) [static]
static void log_glUseProgram ( GLuint  program) [static]
static void log_glUseProgramObjectARB ( GLhandleARB  programObj) [static]
static void log_glUseProgramStages ( GLuint  pipeline,
GLbitfield  stages,
GLuint  program 
) [static]
static void log_glUseShaderProgramEXT ( GLenum  type,
GLuint  program 
) [static]
static void log_glValidateProgram ( GLuint  program) [static]
static void log_glValidateProgramARB ( GLhandleARB  programObj) [static]
static void log_glValidateProgramPipeline ( GLuint  pipeline) [static]
static void log_glVariantArrayObjectATI ( GLuint  id,
GLenum  type,
GLsizei  stride,
GLuint  buffer,
GLuint  offset 
) [static]
static void log_glVariantbvEXT ( GLuint  id,
const GLbyte addr 
) [static]
static void log_glVariantdvEXT ( GLuint  id,
const GLdouble addr 
) [static]
static void log_glVariantfvEXT ( GLuint  id,
const GLfloat addr 
) [static]
static void log_glVariantivEXT ( GLuint  id,
const GLint addr 
) [static]
static void log_glVariantPointerEXT ( GLuint  id,
GLenum  type,
GLuint  stride,
const GLvoid addr 
) [static]
static void log_glVariantsvEXT ( GLuint  id,
const GLshort addr 
) [static]
static void log_glVariantubvEXT ( GLuint  id,
const GLubyte addr 
) [static]
static void log_glVariantuivEXT ( GLuint  id,
const GLuint addr 
) [static]
static void log_glVariantusvEXT ( GLuint  id,
const GLushort addr 
) [static]
static void log_glVDPAUFiniNV ( void  ) [static]
static void log_glVDPAUGetSurfaceivNV ( GLvdpauSurfaceNV  surface,
GLenum  pname,
GLsizei  bufSize,
GLsizei length,
GLint values 
) [static]
static void log_glVDPAUInitNV ( const GLvoid vdpDevice,
const GLvoid getProcAddress 
) [static]
static GLboolean log_glVDPAUIsSurfaceNV ( GLvdpauSurfaceNV  surface) [static]
static void log_glVDPAUMapSurfacesNV ( GLsizei  numSurfaces,
const GLvdpauSurfaceNV surfaces 
) [static]
static GLvdpauSurfaceNV log_glVDPAURegisterOutputSurfaceNV ( const GLvoid vdpSurface,
GLenum  target,
GLsizei  numTextureNames,
const GLuint textureNames 
) [static]
static GLvdpauSurfaceNV log_glVDPAURegisterVideoSurfaceNV ( const GLvoid vdpSurface,
GLenum  target,
GLsizei  numTextureNames,
const GLuint textureNames 
) [static]
static void log_glVDPAUSurfaceAccessNV ( GLvdpauSurfaceNV  surface,
GLenum  access 
) [static]
static void log_glVDPAUUnmapSurfacesNV ( GLsizei  numSurfaces,
const GLvdpauSurfaceNV surfaces 
) [static]
static void log_glVertex2d ( GLdouble  x,
GLdouble  y 
) [static]
static void log_glVertex2dv ( const GLdouble v) [static]
static void log_glVertex2f ( GLfloat  x,
GLfloat  y 
) [static]
static void log_glVertex2fv ( const GLfloat v) [static]
static void log_glVertex2hNV ( GLhalfNV  x,
GLhalfNV  y 
) [static]
static void log_glVertex2hvNV ( const GLhalfNV v) [static]
static void log_glVertex2i ( GLint  x,
GLint  y 
) [static]
static void log_glVertex2iv ( const GLint v) [static]
static void log_glVertex2s ( GLshort  x,
GLshort  y 
) [static]
static void log_glVertex2sv ( const GLshort v) [static]
static void log_glVertex3d ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glVertex3dv ( const GLdouble v) [static]
static void log_glVertex3f ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glVertex3fv ( const GLfloat v) [static]
static void log_glVertex3hNV ( GLhalfNV  x,
GLhalfNV  y,
GLhalfNV  z 
) [static]
static void log_glVertex3hvNV ( const GLhalfNV v) [static]
static void log_glVertex3i ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glVertex3iv ( const GLint v) [static]
static void log_glVertex3s ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glVertex3sv ( const GLshort v) [static]
static void log_glVertex4d ( GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glVertex4dv ( const GLdouble v) [static]
static void log_glVertex4f ( GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glVertex4fv ( const GLfloat v) [static]
static void log_glVertex4hNV ( GLhalfNV  x,
GLhalfNV  y,
GLhalfNV  z,
GLhalfNV  w 
) [static]
static void log_glVertex4hvNV ( const GLhalfNV v) [static]
static void log_glVertex4i ( GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glVertex4iv ( const GLint v) [static]
static void log_glVertex4s ( GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void log_glVertex4sv ( const GLshort v) [static]
static void log_glVertexArrayColorOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayEdgeFlagOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayFogCoordOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayIndexOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayMultiTexCoordOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLenum  texunit,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayNormalOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayParameteriAPPLE ( GLenum  pname,
GLint  param 
) [static]
static void log_glVertexArrayRangeAPPLE ( GLsizei  length,
GLvoid pointer 
) [static]
static void log_glVertexArrayRangeNV ( GLsizei  size,
const GLvoid pointer 
) [static]
static void log_glVertexArraySecondaryColorOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayTexCoordOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayVertexAttribIOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayVertexAttribLOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
GLintptr  offset 
) [static]
static void log_glVertexArrayVertexAttribOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexArrayVertexOffsetEXT ( GLuint  vaobj,
GLuint  buffer,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLintptr  offset 
) [static]
static void log_glVertexAttrib1d ( GLuint  index,
GLdouble  x 
) [static]
static void log_glVertexAttrib1dARB ( GLuint  index,
GLdouble  x 
) [static]
static void log_glVertexAttrib1dNV ( GLuint  index,
GLdouble  x 
) [static]
static void log_glVertexAttrib1dv ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib1dvARB ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib1dvNV ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib1f ( GLuint  index,
GLfloat  x 
) [static]
static void log_glVertexAttrib1fARB ( GLuint  index,
GLfloat  x 
) [static]
static void log_glVertexAttrib1fNV ( GLuint  index,
GLfloat  x 
) [static]
static void log_glVertexAttrib1fv ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib1fvARB ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib1fvNV ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib1hNV ( GLuint  index,
GLhalfNV  x 
) [static]
static void log_glVertexAttrib1hvNV ( GLuint  index,
const GLhalfNV v 
) [static]
static void log_glVertexAttrib1s ( GLuint  index,
GLshort  x 
) [static]
static void log_glVertexAttrib1sARB ( GLuint  index,
GLshort  x 
) [static]
static void log_glVertexAttrib1sNV ( GLuint  index,
GLshort  x 
) [static]
static void log_glVertexAttrib1sv ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib1svARB ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib1svNV ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib2d ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glVertexAttrib2dARB ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glVertexAttrib2dNV ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glVertexAttrib2dv ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib2dvARB ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib2dvNV ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib2f ( GLuint  index,
GLfloat  x,
GLfloat  y 
) [static]
static void log_glVertexAttrib2fARB ( GLuint  index,
GLfloat  x,
GLfloat  y 
) [static]
static void log_glVertexAttrib2fNV ( GLuint  index,
GLfloat  x,
GLfloat  y 
) [static]
static void log_glVertexAttrib2fv ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib2fvARB ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib2fvNV ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib2hNV ( GLuint  index,
GLhalfNV  x,
GLhalfNV  y 
) [static]
static void log_glVertexAttrib2hvNV ( GLuint  index,
const GLhalfNV v 
) [static]
static void log_glVertexAttrib2s ( GLuint  index,
GLshort  x,
GLshort  y 
) [static]
static void log_glVertexAttrib2sARB ( GLuint  index,
GLshort  x,
GLshort  y 
) [static]
static void log_glVertexAttrib2sNV ( GLuint  index,
GLshort  x,
GLshort  y 
) [static]
static void log_glVertexAttrib2sv ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib2svARB ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib2svNV ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib3d ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glVertexAttrib3dARB ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glVertexAttrib3dNV ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glVertexAttrib3dv ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib3dvARB ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib3dvNV ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib3f ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glVertexAttrib3fARB ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glVertexAttrib3fNV ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glVertexAttrib3fv ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib3fvARB ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib3fvNV ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib3hNV ( GLuint  index,
GLhalfNV  x,
GLhalfNV  y,
GLhalfNV  z 
) [static]
static void log_glVertexAttrib3hvNV ( GLuint  index,
const GLhalfNV v 
) [static]
static void log_glVertexAttrib3s ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glVertexAttrib3sARB ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glVertexAttrib3sNV ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glVertexAttrib3sv ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib3svARB ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib3svNV ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib4bv ( GLuint  index,
const GLbyte v 
) [static]
static void log_glVertexAttrib4bvARB ( GLuint  index,
const GLbyte v 
) [static]
static void log_glVertexAttrib4d ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glVertexAttrib4dARB ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glVertexAttrib4dNV ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glVertexAttrib4dv ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib4dvARB ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib4dvNV ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttrib4f ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glVertexAttrib4fARB ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glVertexAttrib4fNV ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glVertexAttrib4fv ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib4fvARB ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib4fvNV ( GLuint  index,
const GLfloat v 
) [static]
static void log_glVertexAttrib4hNV ( GLuint  index,
GLhalfNV  x,
GLhalfNV  y,
GLhalfNV  z,
GLhalfNV  w 
) [static]
static void log_glVertexAttrib4hvNV ( GLuint  index,
const GLhalfNV v 
) [static]
static void log_glVertexAttrib4iv ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttrib4ivARB ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttrib4Nbv ( GLuint  index,
const GLbyte v 
) [static]
static void log_glVertexAttrib4NbvARB ( GLuint  index,
const GLbyte v 
) [static]
static void log_glVertexAttrib4Niv ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttrib4NivARB ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttrib4Nsv ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib4NsvARB ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib4Nub ( GLuint  index,
GLubyte  x,
GLubyte  y,
GLubyte  z,
GLubyte  w 
) [static]
static void log_glVertexAttrib4NubARB ( GLuint  index,
GLubyte  x,
GLubyte  y,
GLubyte  z,
GLubyte  w 
) [static]
static void log_glVertexAttrib4Nubv ( GLuint  index,
const GLubyte v 
) [static]
static void log_glVertexAttrib4NubvARB ( GLuint  index,
const GLubyte v 
) [static]
static void log_glVertexAttrib4Nuiv ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttrib4NuivARB ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttrib4Nusv ( GLuint  index,
const GLushort v 
) [static]
static void log_glVertexAttrib4NusvARB ( GLuint  index,
const GLushort v 
) [static]
static void log_glVertexAttrib4s ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void log_glVertexAttrib4sARB ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void log_glVertexAttrib4sNV ( GLuint  index,
GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void log_glVertexAttrib4sv ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib4svARB ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib4svNV ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttrib4ubNV ( GLuint  index,
GLubyte  x,
GLubyte  y,
GLubyte  z,
GLubyte  w 
) [static]
static void log_glVertexAttrib4ubv ( GLuint  index,
const GLubyte v 
) [static]
static void log_glVertexAttrib4ubvARB ( GLuint  index,
const GLubyte v 
) [static]
static void log_glVertexAttrib4ubvNV ( GLuint  index,
const GLubyte v 
) [static]
static void log_glVertexAttrib4uiv ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttrib4uivARB ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttrib4usv ( GLuint  index,
const GLushort v 
) [static]
static void log_glVertexAttrib4usvARB ( GLuint  index,
const GLushort v 
) [static]
static void log_glVertexAttribArrayObjectATI ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
GLuint  buffer,
GLuint  offset 
) [static]
static void log_glVertexAttribBinding ( GLuint  attribindex,
GLuint  bindingindex 
) [static]
static void log_glVertexAttribDivisor ( GLuint  index,
GLuint  divisor 
) [static]
static void log_glVertexAttribDivisorANGLE ( GLuint  index,
GLuint  divisor 
) [static]
static void log_glVertexAttribDivisorARB ( GLuint  index,
GLuint  divisor 
) [static]
static void log_glVertexAttribFormat ( GLuint  attribindex,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLuint  relativeoffset 
) [static]
static void log_glVertexAttribFormatNV ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride 
) [static]
static void log_glVertexAttribI1i ( GLuint  index,
GLint  x 
) [static]
static void log_glVertexAttribI1iEXT ( GLuint  index,
GLint  x 
) [static]
static void log_glVertexAttribI1iv ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttribI1ivEXT ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttribI1ui ( GLuint  index,
GLuint  x 
) [static]
static void log_glVertexAttribI1uiEXT ( GLuint  index,
GLuint  x 
) [static]
static void log_glVertexAttribI1uiv ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttribI1uivEXT ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttribI2i ( GLuint  index,
GLint  x,
GLint  y 
) [static]
static void log_glVertexAttribI2iEXT ( GLuint  index,
GLint  x,
GLint  y 
) [static]
static void log_glVertexAttribI2iv ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttribI2ivEXT ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttribI2ui ( GLuint  index,
GLuint  x,
GLuint  y 
) [static]
static void log_glVertexAttribI2uiEXT ( GLuint  index,
GLuint  x,
GLuint  y 
) [static]
static void log_glVertexAttribI2uiv ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttribI2uivEXT ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttribI3i ( GLuint  index,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glVertexAttribI3iEXT ( GLuint  index,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glVertexAttribI3iv ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttribI3ivEXT ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttribI3ui ( GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z 
) [static]
static void log_glVertexAttribI3uiEXT ( GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z 
) [static]
static void log_glVertexAttribI3uiv ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttribI3uivEXT ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttribI4bv ( GLuint  index,
const GLbyte v 
) [static]
static void log_glVertexAttribI4bvEXT ( GLuint  index,
const GLbyte v 
) [static]
static void log_glVertexAttribI4i ( GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glVertexAttribI4iEXT ( GLuint  index,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glVertexAttribI4iv ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttribI4ivEXT ( GLuint  index,
const GLint v 
) [static]
static void log_glVertexAttribI4sv ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttribI4svEXT ( GLuint  index,
const GLshort v 
) [static]
static void log_glVertexAttribI4ubv ( GLuint  index,
const GLubyte v 
) [static]
static void log_glVertexAttribI4ubvEXT ( GLuint  index,
const GLubyte v 
) [static]
static void log_glVertexAttribI4ui ( GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void log_glVertexAttribI4uiEXT ( GLuint  index,
GLuint  x,
GLuint  y,
GLuint  z,
GLuint  w 
) [static]
static void log_glVertexAttribI4uiv ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttribI4uivEXT ( GLuint  index,
const GLuint v 
) [static]
static void log_glVertexAttribI4usv ( GLuint  index,
const GLushort v 
) [static]
static void log_glVertexAttribI4usvEXT ( GLuint  index,
const GLushort v 
) [static]
static void log_glVertexAttribIFormat ( GLuint  attribindex,
GLint  size,
GLenum  type,
GLuint  relativeoffset 
) [static]
static void log_glVertexAttribIFormatNV ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void log_glVertexAttribIPointer ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glVertexAttribIPointerEXT ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glVertexAttribL1d ( GLuint  index,
GLdouble  x 
) [static]
static void log_glVertexAttribL1dEXT ( GLuint  index,
GLdouble  x 
) [static]
static void log_glVertexAttribL1dv ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttribL1dvEXT ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttribL1i64NV ( GLuint  index,
GLint64EXT  x 
) [static]
static void log_glVertexAttribL1i64vNV ( GLuint  index,
const GLint64EXT v 
) [static]
static void log_glVertexAttribL1ui64NV ( GLuint  index,
GLuint64EXT  x 
) [static]
static void log_glVertexAttribL1ui64vNV ( GLuint  index,
const GLuint64EXT v 
) [static]
static void log_glVertexAttribL2d ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glVertexAttribL2dEXT ( GLuint  index,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glVertexAttribL2dv ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttribL2dvEXT ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttribL2i64NV ( GLuint  index,
GLint64EXT  x,
GLint64EXT  y 
) [static]
static void log_glVertexAttribL2i64vNV ( GLuint  index,
const GLint64EXT v 
) [static]
static void log_glVertexAttribL2ui64NV ( GLuint  index,
GLuint64EXT  x,
GLuint64EXT  y 
) [static]
static void log_glVertexAttribL2ui64vNV ( GLuint  index,
const GLuint64EXT v 
) [static]
static void log_glVertexAttribL3d ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glVertexAttribL3dEXT ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glVertexAttribL3dv ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttribL3dvEXT ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttribL3i64NV ( GLuint  index,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z 
) [static]
static void log_glVertexAttribL3i64vNV ( GLuint  index,
const GLint64EXT v 
) [static]
static void log_glVertexAttribL3ui64NV ( GLuint  index,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z 
) [static]
static void log_glVertexAttribL3ui64vNV ( GLuint  index,
const GLuint64EXT v 
) [static]
static void log_glVertexAttribL4d ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glVertexAttribL4dEXT ( GLuint  index,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glVertexAttribL4dv ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttribL4dvEXT ( GLuint  index,
const GLdouble v 
) [static]
static void log_glVertexAttribL4i64NV ( GLuint  index,
GLint64EXT  x,
GLint64EXT  y,
GLint64EXT  z,
GLint64EXT  w 
) [static]
static void log_glVertexAttribL4i64vNV ( GLuint  index,
const GLint64EXT v 
) [static]
static void log_glVertexAttribL4ui64NV ( GLuint  index,
GLuint64EXT  x,
GLuint64EXT  y,
GLuint64EXT  z,
GLuint64EXT  w 
) [static]
static void log_glVertexAttribL4ui64vNV ( GLuint  index,
const GLuint64EXT v 
) [static]
static void log_glVertexAttribLFormat ( GLuint  attribindex,
GLint  size,
GLenum  type,
GLuint  relativeoffset 
) [static]
static void log_glVertexAttribLFormatNV ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void log_glVertexAttribLPointer ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glVertexAttribLPointerEXT ( GLuint  index,
GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glVertexAttribP1ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
) [static]
static void log_glVertexAttribP1uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
) [static]
static void log_glVertexAttribP2ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
) [static]
static void log_glVertexAttribP2uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
) [static]
static void log_glVertexAttribP3ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
) [static]
static void log_glVertexAttribP3uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
) [static]
static void log_glVertexAttribP4ui ( GLuint  index,
GLenum  type,
GLboolean  normalized,
GLuint  value 
) [static]
static void log_glVertexAttribP4uiv ( GLuint  index,
GLenum  type,
GLboolean  normalized,
const GLuint value 
) [static]
static void log_glVertexAttribPointer ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glVertexAttribPointerARB ( GLuint  index,
GLint  size,
GLenum  type,
GLboolean  normalized,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glVertexAttribPointerNV ( GLuint  index,
GLint  fsize,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glVertexAttribs1dvNV ( GLuint  index,
GLsizei  n,
const GLdouble v 
) [static]
static void log_glVertexAttribs1fvNV ( GLuint  index,
GLsizei  n,
const GLfloat v 
) [static]
static void log_glVertexAttribs1hvNV ( GLuint  index,
GLsizei  count,
const GLhalfNV v 
) [static]
static void log_glVertexAttribs1svNV ( GLuint  index,
GLsizei  n,
const GLshort v 
) [static]
static void log_glVertexAttribs2dvNV ( GLuint  index,
GLsizei  n,
const GLdouble v 
) [static]
static void log_glVertexAttribs2fvNV ( GLuint  index,
GLsizei  n,
const GLfloat v 
) [static]
static void log_glVertexAttribs2hvNV ( GLuint  index,
GLsizei  count,
const GLhalfNV v 
) [static]
static void log_glVertexAttribs2svNV ( GLuint  index,
GLsizei  n,
const GLshort v 
) [static]
static void log_glVertexAttribs3dvNV ( GLuint  index,
GLsizei  n,
const GLdouble v 
) [static]
static void log_glVertexAttribs3fvNV ( GLuint  index,
GLsizei  n,
const GLfloat v 
) [static]
static void log_glVertexAttribs3hvNV ( GLuint  index,
GLsizei  count,
const GLhalfNV v 
) [static]
static void log_glVertexAttribs3svNV ( GLuint  index,
GLsizei  n,
const GLshort v 
) [static]
static void log_glVertexAttribs4dvNV ( GLuint  index,
GLsizei  n,
const GLdouble v 
) [static]
static void log_glVertexAttribs4fvNV ( GLuint  index,
GLsizei  n,
const GLfloat v 
) [static]
static void log_glVertexAttribs4hvNV ( GLuint  index,
GLsizei  count,
const GLhalfNV v 
) [static]
static void log_glVertexAttribs4svNV ( GLuint  index,
GLsizei  n,
const GLshort v 
) [static]
static void log_glVertexAttribs4ubvNV ( GLuint  index,
GLsizei  n,
const GLubyte v 
) [static]
static void log_glVertexBindingDivisor ( GLuint  bindingindex,
GLuint  divisor 
) [static]
static void log_glVertexBlendARB ( GLint  count) [static]
static void log_glVertexBlendEnvfATI ( GLenum  pname,
GLfloat  param 
) [static]
static void log_glVertexBlendEnviATI ( GLenum  pname,
GLint  param 
) [static]
static void log_glVertexFormatNV ( GLint  size,
GLenum  type,
GLsizei  stride 
) [static]
static void log_glVertexP2ui ( GLenum  type,
GLuint  coords 
) [static]
static void log_glVertexP2uiv ( GLenum  type,
const GLuint coords 
) [static]
static void log_glVertexP3ui ( GLenum  type,
GLuint  coords 
) [static]
static void log_glVertexP3uiv ( GLenum  type,
const GLuint coords 
) [static]
static void log_glVertexP4ui ( GLenum  type,
GLuint  coords 
) [static]
static void log_glVertexP4uiv ( GLenum  type,
const GLuint coords 
) [static]
static void log_glVertexPointer ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glVertexPointerEXT ( GLint  size,
GLenum  type,
GLsizei  stride,
GLsizei  count,
const GLvoid pointer 
) [static]
static void log_glVertexPointerListIBM ( GLint  size,
GLenum  type,
GLint  stride,
const GLvoid **  pointer,
GLint  ptrstride 
) [static]
static void log_glVertexPointervINTEL ( GLint  size,
GLenum  type,
const GLvoid **  pointer 
) [static]
static void log_glVertexStream1dATI ( GLenum  stream,
GLdouble  x 
) [static]
static void log_glVertexStream1dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void log_glVertexStream1fATI ( GLenum  stream,
GLfloat  x 
) [static]
static void log_glVertexStream1fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void log_glVertexStream1iATI ( GLenum  stream,
GLint  x 
) [static]
static void log_glVertexStream1ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void log_glVertexStream1sATI ( GLenum  stream,
GLshort  x 
) [static]
static void log_glVertexStream1svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void log_glVertexStream2dATI ( GLenum  stream,
GLdouble  x,
GLdouble  y 
) [static]
static void log_glVertexStream2dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void log_glVertexStream2fATI ( GLenum  stream,
GLfloat  x,
GLfloat  y 
) [static]
static void log_glVertexStream2fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void log_glVertexStream2iATI ( GLenum  stream,
GLint  x,
GLint  y 
) [static]
static void log_glVertexStream2ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void log_glVertexStream2sATI ( GLenum  stream,
GLshort  x,
GLshort  y 
) [static]
static void log_glVertexStream2svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void log_glVertexStream3dATI ( GLenum  stream,
GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glVertexStream3dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void log_glVertexStream3fATI ( GLenum  stream,
GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glVertexStream3fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void log_glVertexStream3iATI ( GLenum  stream,
GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glVertexStream3ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void log_glVertexStream3sATI ( GLenum  stream,
GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glVertexStream3svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void log_glVertexStream4dATI ( GLenum  stream,
GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glVertexStream4dvATI ( GLenum  stream,
const GLdouble coords 
) [static]
static void log_glVertexStream4fATI ( GLenum  stream,
GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glVertexStream4fvATI ( GLenum  stream,
const GLfloat coords 
) [static]
static void log_glVertexStream4iATI ( GLenum  stream,
GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glVertexStream4ivATI ( GLenum  stream,
const GLint coords 
) [static]
static void log_glVertexStream4sATI ( GLenum  stream,
GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void log_glVertexStream4svATI ( GLenum  stream,
const GLshort coords 
) [static]
static void log_glVertexWeightfEXT ( GLfloat  weight) [static]
static void log_glVertexWeightfvEXT ( const GLfloat weight) [static]
static void log_glVertexWeighthNV ( GLhalfNV  weight) [static]
static void log_glVertexWeighthvNV ( const GLhalfNV weight) [static]
static void log_glVertexWeightPointerEXT ( GLsizei  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static GLenum log_glVideoCaptureNV ( GLuint  video_capture_slot,
GLuint sequence_num,
GLuint64EXT capture_time 
) [static]
static void log_glVideoCaptureStreamParameterdvNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
const GLdouble params 
) [static]
static void log_glVideoCaptureStreamParameterfvNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
const GLfloat params 
) [static]
static void log_glVideoCaptureStreamParameterivNV ( GLuint  video_capture_slot,
GLuint  stream,
GLenum  pname,
const GLint params 
) [static]
static void log_glViewport ( GLint  x,
GLint  y,
GLsizei  width,
GLsizei  height 
) [static]
static void log_glViewportArrayv ( GLuint  first,
GLsizei  count,
const GLfloat v 
) [static]
static void log_glViewportIndexedf ( GLuint  index,
GLfloat  x,
GLfloat  y,
GLfloat  w,
GLfloat  h 
) [static]
static void log_glViewportIndexedfv ( GLuint  index,
const GLfloat v 
) [static]
static void log_glWaitSync ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
) [static]
static void log_glWaitSyncAPPLE ( GLsync  sync,
GLbitfield  flags,
GLuint64  timeout 
) [static]
static void log_glWeightbvARB ( GLint  size,
const GLbyte weights 
) [static]
static void log_glWeightdvARB ( GLint  size,
const GLdouble weights 
) [static]
static void log_glWeightfvARB ( GLint  size,
const GLfloat weights 
) [static]
static void log_glWeightivARB ( GLint  size,
const GLint weights 
) [static]
static void log_glWeightPathsNV ( GLuint  resultPath,
GLsizei  numPaths,
const GLuint paths,
const GLfloat weights 
) [static]
static void log_glWeightPointerARB ( GLint  size,
GLenum  type,
GLsizei  stride,
const GLvoid pointer 
) [static]
static void log_glWeightPointerOES ( GLint  size,
GLenum  type,
GLsizei  stride,
GLvoid pointer 
) [static]
static void log_glWeightsvARB ( GLint  size,
const GLshort weights 
) [static]
static void log_glWeightubvARB ( GLint  size,
const GLubyte weights 
) [static]
static void log_glWeightuivARB ( GLint  size,
const GLuint weights 
) [static]
static void log_glWeightusvARB ( GLint  size,
const GLushort weights 
) [static]
static void log_glWindowPos2d ( GLdouble  x,
GLdouble  y 
) [static]
static void log_glWindowPos2dARB ( GLdouble  x,
GLdouble  y 
) [static]
static void log_glWindowPos2dMESA ( GLdouble  x,
GLdouble  y 
) [static]
static void log_glWindowPos2dv ( const GLdouble p) [static]
static void log_glWindowPos2dvARB ( const GLdouble p) [static]
static void log_glWindowPos2dvMESA ( const GLdouble v) [static]
static void log_glWindowPos2f ( GLfloat  x,
GLfloat  y 
) [static]
static void log_glWindowPos2fARB ( GLfloat  x,
GLfloat  y 
) [static]
static void log_glWindowPos2fMESA ( GLfloat  x,
GLfloat  y 
) [static]
static void log_glWindowPos2fv ( const GLfloat p) [static]
static void log_glWindowPos2fvARB ( const GLfloat p) [static]
static void log_glWindowPos2fvMESA ( const GLfloat v) [static]
static void log_glWindowPos2i ( GLint  x,
GLint  y 
) [static]
static void log_glWindowPos2iARB ( GLint  x,
GLint  y 
) [static]
static void log_glWindowPos2iMESA ( GLint  x,
GLint  y 
) [static]
static void log_glWindowPos2iv ( const GLint p) [static]
static void log_glWindowPos2ivARB ( const GLint p) [static]
static void log_glWindowPos2ivMESA ( const GLint v) [static]
static void log_glWindowPos2s ( GLshort  x,
GLshort  y 
) [static]
static void log_glWindowPos2sARB ( GLshort  x,
GLshort  y 
) [static]
static void log_glWindowPos2sMESA ( GLshort  x,
GLshort  y 
) [static]
static void log_glWindowPos2sv ( const GLshort p) [static]
static void log_glWindowPos2svARB ( const GLshort p) [static]
static void log_glWindowPos2svMESA ( const GLshort v) [static]
static void log_glWindowPos3d ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glWindowPos3dARB ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glWindowPos3dMESA ( GLdouble  x,
GLdouble  y,
GLdouble  z 
) [static]
static void log_glWindowPos3dv ( const GLdouble p) [static]
static void log_glWindowPos3dvARB ( const GLdouble p) [static]
static void log_glWindowPos3dvMESA ( const GLdouble v) [static]
static void log_glWindowPos3f ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glWindowPos3fARB ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glWindowPos3fMESA ( GLfloat  x,
GLfloat  y,
GLfloat  z 
) [static]
static void log_glWindowPos3fv ( const GLfloat p) [static]
static void log_glWindowPos3fvARB ( const GLfloat p) [static]
static void log_glWindowPos3fvMESA ( const GLfloat v) [static]
static void log_glWindowPos3i ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glWindowPos3iARB ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glWindowPos3iMESA ( GLint  x,
GLint  y,
GLint  z 
) [static]
static void log_glWindowPos3iv ( const GLint p) [static]
static void log_glWindowPos3ivARB ( const GLint p) [static]
static void log_glWindowPos3ivMESA ( const GLint v) [static]
static void log_glWindowPos3s ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glWindowPos3sARB ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glWindowPos3sMESA ( GLshort  x,
GLshort  y,
GLshort  z 
) [static]
static void log_glWindowPos3sv ( const GLshort p) [static]
static void log_glWindowPos3svARB ( const GLshort p) [static]
static void log_glWindowPos3svMESA ( const GLshort v) [static]
static void log_glWindowPos4dMESA ( GLdouble  x,
GLdouble  y,
GLdouble  z,
GLdouble  w 
) [static]
static void log_glWindowPos4dvMESA ( const GLdouble v) [static]
static void log_glWindowPos4fMESA ( GLfloat  x,
GLfloat  y,
GLfloat  z,
GLfloat  w 
) [static]
static void log_glWindowPos4fvMESA ( const GLfloat v) [static]
static void log_glWindowPos4iMESA ( GLint  x,
GLint  y,
GLint  z,
GLint  w 
) [static]
static void log_glWindowPos4ivMESA ( const GLint v) [static]
static void log_glWindowPos4sMESA ( GLshort  x,
GLshort  y,
GLshort  z,
GLshort  w 
) [static]
static void log_glWindowPos4svMESA ( const GLshort v) [static]
static void log_glWriteMaskEXT ( GLuint  res,
GLuint  in,
GLenum  outX,
GLenum  outY,
GLenum  outZ,
GLenum  outW 
) [static]
static void* log_glXAllocateMemoryNV ( GLsizei  size,
GLfloat  readFrequency,
GLfloat  writeFrequency,
GLfloat  priority 
) [static]
static int log_glXBindChannelToWindowSGIX ( Display display,
int  screen,
int  channel,
Window  window 
) [static]
static Bool log_glXBindSwapBarrierNV ( Display dpy,
GLuint  group,
GLuint  barrier 
) [static]
static void log_glXBindSwapBarrierSGIX ( Display dpy,
GLXDrawable  drawable,
int  barrier 
) [static]
static void log_glXBindTexImageATI ( Display dpy,
GLXPbuffer  pbuf,
int  buffer 
) [static]
static void log_glXBindTexImageEXT ( Display display,
GLXDrawable  drawable,
int  buffer,
const int *  attrib_list 
) [static]
static int log_glXBindVideoCaptureDeviceNV ( Display dpy,
unsigned int  video_capture_slot,
GLXVideoCaptureDeviceNV  device 
) [static]
static int log_glXBindVideoDeviceNV ( Display dpy,
unsigned int  video_slot,
unsigned int  video_device,
const int *  attrib_list 
) [static]
static int log_glXBindVideoImageNV ( Display dpy,
GLXVideoDeviceNV  VideoDevice,
GLXPbuffer  pbuf,
int  iVideoBuffer 
) [static]
static void log_glXBlitContextFramebufferAMD ( GLXContext  dstCtx,
GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static int log_glXChannelRectSGIX ( Display display,
int  screen,
int  channel,
int  x,
int  y,
int  w,
int  h 
) [static]
static int log_glXChannelRectSyncSGIX ( Display display,
int  screen,
int  channel,
GLenum  synctype 
) [static]
static GLXFBConfig* log_glXChooseFBConfig ( Display dpy,
int  screen,
const int *  attrib_list,
int *  nelements 
) [static]
static GLXFBConfigSGIX* log_glXChooseFBConfigSGIX ( Display dpy,
int  screen,
const int *  attrib_list,
int *  nelements 
) [static]
static XVisualInfo* log_glXChooseVisual ( Display dpy,
int  screen,
int *  attribList 
) [static]
static void log_glXCopyContext ( Display dpy,
GLXContext  src,
GLXContext  dst,
unsigned long  mask 
) [static]
static void log_glXCopyImageSubDataNV ( Display dpy,
GLXContext  srcCtx,
GLuint  srcName,
GLenum  srcTarget,
GLint  srcLevel,
GLint  srcX,
GLint  srcY,
GLint  srcZ,
GLXContext  dstCtx,
GLuint  dstName,
GLenum  dstTarget,
GLint  dstLevel,
GLint  dstX,
GLint  dstY,
GLint  dstZ,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static void log_glXCopySubBufferMESA ( Display dpy,
GLXDrawable  drawable,
int  x,
int  y,
int  width,
int  height 
) [static]
static GLXContext log_glXCreateAssociatedContextAMD ( unsigned int  id,
GLXContext  share_list 
) [static]
static GLXContext log_glXCreateAssociatedContextAttribsAMD ( unsigned int  id,
GLXContext  share_context,
const int *  attribList 
) [static]
static GLXContext log_glXCreateContext ( Display dpy,
XVisualInfo *  vis,
GLXContext  shareList,
Bool  direct 
) [static]
static GLXContext log_glXCreateContextAttribsARB ( Display dpy,
GLXFBConfig  config,
GLXContext  share_context,
Bool  direct,
const int *  attrib_list 
) [static]
static GLXContext log_glXCreateContextWithConfigSGIX ( Display dpy,
GLXFBConfig  config,
int  render_type,
GLXContext  share_list,
Bool  direct 
) [static]
static GLXPbuffer log_glXCreateGLXPbufferSGIX ( Display dpy,
GLXFBConfig  config,
unsigned int  width,
unsigned int  height,
int *  attrib_list 
) [static]
static GLXPixmap log_glXCreateGLXPixmap ( Display dpy,
XVisualInfo *  vis,
Pixmap  pixmap 
) [static]
static GLXPixmap log_glXCreateGLXPixmapMESA ( Display dpy,
XVisualInfo *  visual,
Pixmap  pixmap,
Colormap  cmap 
) [static]
static GLXPixmap log_glXCreateGLXPixmapWithConfigSGIX ( Display dpy,
GLXFBConfig  config,
Pixmap  pixmap 
) [static]
static GLXContext log_glXCreateNewContext ( Display dpy,
GLXFBConfig  config,
int  render_type,
GLXContext  share_list,
Bool  direct 
) [static]
static GLXPbuffer log_glXCreatePbuffer ( Display dpy,
GLXFBConfig  config,
const int *  attrib_list 
) [static]
static GLXPixmap log_glXCreatePixmap ( Display dpy,
GLXFBConfig  config,
Pixmap  pixmap,
const int *  attrib_list 
) [static]
static GLXWindow log_glXCreateWindow ( Display dpy,
GLXFBConfig  config,
Window  win,
const int *  attrib_list 
) [static]
static void log_glXCushionSGI ( Display dpy,
Window  window,
float  cushion 
) [static]
static Bool log_glXDeleteAssociatedContextAMD ( GLXContext  ctx) [static]
static void log_glXDestroyContext ( Display dpy,
GLXContext  ctx 
) [static]
static void log_glXDestroyGLXPbufferSGIX ( Display dpy,
GLXPbuffer  pbuf 
) [static]
static void log_glXDestroyGLXPixmap ( Display dpy,
GLXPixmap  pix 
) [static]
static void log_glXDestroyPbuffer ( Display dpy,
GLXPbuffer  pbuf 
) [static]
static void log_glXDestroyPixmap ( Display dpy,
GLXPixmap  pixmap 
) [static]
static void log_glXDestroyWindow ( Display dpy,
GLXWindow  win 
) [static]
static void log_glXDrawableAttribATI ( Display dpy,
GLXDrawable  draw,
const int *  attrib_list 
) [static]
static GLXVideoCaptureDeviceNV* log_glXEnumerateVideoCaptureDevicesNV ( Display dpy,
int  screen,
int *  nelements 
) [static]
static unsigned int* log_glXEnumerateVideoDevicesNV ( Display dpy,
int  screen,
int *  nelements 
) [static]
static void log_glXFreeContextEXT ( Display dpy,
GLXContext  context 
) [static]
static void log_glXFreeMemoryNV ( void pointer) [static]
static unsigned int log_glXGetAGPOffsetMESA ( const void pointer) [static]
static const char* log_glXGetClientString ( Display dpy,
int  name 
) [static]
static int log_glXGetConfig ( Display dpy,
XVisualInfo *  vis,
int  attrib,
int *  value 
) [static]
static unsigned int log_glXGetContextGPUIDAMD ( GLXContext  ctx) [static]
static GLXContextID log_glXGetContextIDEXT ( const GLXContext  context) [static]
static GLXContext log_glXGetCurrentContext ( void  ) [static]
static Display* log_glXGetCurrentDisplay ( void  ) [static]
static int log_glXGetFBConfigAttrib ( Display dpy,
GLXFBConfig  config,
int  attribute,
int *  value 
) [static]
static int log_glXGetFBConfigAttribSGIX ( Display dpy,
GLXFBConfigSGIX  config,
int  attribute,
int *  value 
) [static]
static GLXFBConfigSGIX log_glXGetFBConfigFromVisualSGIX ( Display dpy,
XVisualInfo *  vis 
) [static]
static GLXFBConfig* log_glXGetFBConfigs ( Display dpy,
int  screen,
int *  nelements 
) [static]
static unsigned int log_glXGetGPUIDsAMD ( unsigned int  maxCount,
unsigned int *  ids 
) [static]
static int log_glXGetGPUInfoAMD ( unsigned int  id,
int  property,
GLenum  dataType,
unsigned int  size,
GLvoid data 
) [static]
static Bool log_glXGetMscRateOML ( Display dpy,
GLXDrawable  drawable,
int32_t *  numerator,
int32_t *  denominator 
) [static]
static __GLXextFuncPtr log_glXGetProcAddress ( const GLubyte procName) [static]
static __GLXextFuncPtr log_glXGetProcAddressARB ( const GLubyte procName) [static]
static void log_glXGetSelectedEvent ( Display dpy,
GLXDrawable  draw,
unsigned long *  event_mask 
) [static]
static void log_glXGetSelectedEventSGIX ( Display dpy,
GLXDrawable  drawable,
unsigned long *  mask 
) [static]
static int log_glXGetSwapIntervalMESA ( void  ) [static]
static Bool log_glXGetSyncValuesOML ( Display dpy,
GLXDrawable  drawable,
int64_t *  ust,
int64_t *  msc,
int64_t *  sbc 
) [static]
static Status log_glXGetTransparentIndexSUN ( Display dpy,
Window  overlay,
Window  underlay,
unsigned long *  pTransparentIndex 
) [static]
static int log_glXGetVideoDeviceNV ( Display dpy,
int  screen,
int  numVideoDevices,
GLXVideoDeviceNV pVideoDevice 
) [static]
static int log_glXGetVideoInfoNV ( Display dpy,
int  screen,
GLXVideoDeviceNV  VideoDevice,
unsigned long *  pulCounterOutputPbuffer,
unsigned long *  pulCounterOutputVideo 
) [static]
static int log_glXGetVideoResizeSUN ( Display display,
GLXDrawable  window,
float *  factor 
) [static]
static int log_glXGetVideoSyncSGI ( unsigned int *  count) [static]
static XVisualInfo* log_glXGetVisualFromFBConfig ( Display dpy,
GLXFBConfig  config 
) [static]
static XVisualInfo* log_glXGetVisualFromFBConfigSGIX ( Display dpy,
GLXFBConfig  config 
) [static]
static GLXContext log_glXImportContextEXT ( Display dpy,
GLXContextID  contextID 
) [static]
static Bool log_glXIsDirect ( Display dpy,
GLXContext  ctx 
) [static]
static Bool log_glXJoinSwapGroupNV ( Display dpy,
GLXDrawable  drawable,
GLuint  group 
) [static]
static void log_glXJoinSwapGroupSGIX ( Display dpy,
GLXDrawable  drawable,
GLXDrawable  member 
) [static]
static void log_glXLockVideoCaptureDeviceNV ( Display dpy,
GLXVideoCaptureDeviceNV  device 
) [static]
static Bool log_glXMakeAssociatedContextCurrentAMD ( GLXContext  ctx) [static]
static Bool log_glXMakeContextCurrent ( Display display,
GLXDrawable  draw,
GLXDrawable  read,
GLXContext  ctx 
) [static]
static Bool log_glXMakeCurrent ( Display dpy,
GLXDrawable  drawable,
GLXContext  ctx 
) [static]
static Bool log_glXMakeCurrentReadSGI ( Display dpy,
GLXDrawable  draw,
GLXDrawable  read,
GLXContext  ctx 
) [static]
static int log_glXQueryChannelDeltasSGIX ( Display display,
int  screen,
int  channel,
int *  x,
int *  y,
int *  w,
int *  h 
) [static]
static int log_glXQueryChannelRectSGIX ( Display display,
int  screen,
int  channel,
int *  dx,
int *  dy,
int *  dw,
int *  dh 
) [static]
static int log_glXQueryContext ( Display dpy,
GLXContext  ctx,
int  attribute,
int *  value 
) [static]
static int log_glXQueryContextInfoEXT ( Display dpy,
GLXContext  context,
int  attribute,
int *  value 
) [static]
static void log_glXQueryDrawable ( Display dpy,
GLXDrawable  draw,
int  attribute,
unsigned int *  value 
) [static]
static Bool log_glXQueryExtension ( Display dpy,
int *  errorBase,
int *  eventBase 
) [static]
static const char* log_glXQueryExtensionsString ( Display dpy,
int  screen 
) [static]
static Bool log_glXQueryFrameCountNV ( Display dpy,
int  screen,
GLuint count 
) [static]
static void log_glXQueryGLXPbufferSGIX ( Display dpy,
GLXPbuffer  pbuf,
int  attribute,
unsigned int *  value 
) [static]
static Bool log_glXQueryMaxSwapBarriersSGIX ( Display dpy,
int  screen,
int *  max 
) [static]
static Bool log_glXQueryMaxSwapGroupsNV ( Display dpy,
int  screen,
GLuint maxGroups,
GLuint maxBarriers 
) [static]
static const char* log_glXQueryServerString ( Display dpy,
int  screen,
int  name 
) [static]
static Bool log_glXQuerySwapGroupNV ( Display dpy,
GLXDrawable  drawable,
GLuint group,
GLuint barrier 
) [static]
static Bool log_glXQueryVersion ( Display dpy,
int *  major,
int *  minor 
) [static]
static int log_glXQueryVideoCaptureDeviceNV ( Display dpy,
GLXVideoCaptureDeviceNV  device,
int  attribute,
int *  value 
) [static]
static Bool log_glXReleaseBuffersMESA ( Display dpy,
GLXDrawable  d 
) [static]
static void log_glXReleaseTexImageATI ( Display dpy,
GLXPbuffer  pbuf,
int  buffer 
) [static]
static void log_glXReleaseTexImageEXT ( Display display,
GLXDrawable  drawable,
int  buffer 
) [static]
static int log_glXReleaseVideoDeviceNV ( Display dpy,
int  screen,
GLXVideoDeviceNV  VideoDevice 
) [static]
static int log_glXReleaseVideoImageNV ( Display dpy,
GLXPbuffer  pbuf 
) [static]
static Bool log_glXResetFrameCountNV ( Display dpy,
int  screen 
) [static]
static void log_glXSelectEvent ( Display dpy,
GLXDrawable  draw,
unsigned long  event_mask 
) [static]
static void log_glXSelectEventSGIX ( Display dpy,
GLXDrawable  drawable,
unsigned long  mask 
) [static]
static int log_glXSendPbufferToVideoNV ( Display dpy,
GLXPbuffer  pbuf,
int  iBufferType,
unsigned long *  pulCounterPbuffer,
GLboolean  bBlock 
) [static]
static GLboolean log_glXSet3DfxModeMESA ( GLint  mode) [static]
static void log_glXSwapBuffers ( Display dpy,
GLXDrawable  drawable 
) [static]
static int64_t log_glXSwapBuffersMscOML ( Display dpy,
GLXDrawable  drawable,
int64_t  target_msc,
int64_t  divisor,
int64_t  remainder 
) [static]
static void log_glXSwapIntervalEXT ( Display dpy,
GLXDrawable  drawable,
int  interval 
) [static]
static int log_glXSwapIntervalMESA ( unsigned int  interval) [static]
static int log_glXSwapIntervalSGI ( int  interval) [static]
static void log_glXUseXFont ( Font  font,
int  first,
int  count,
int  listBase 
) [static]
static int log_glXVideoResizeSUN ( Display display,
GLXDrawable  window,
float  factor 
) [static]
static Bool log_glXWaitForMscOML ( Display dpy,
GLXDrawable  drawable,
int64_t  target_msc,
int64_t  divisor,
int64_t  remainder,
int64_t *  ust,
int64_t *  msc,
int64_t *  sbc 
) [static]
static Bool log_glXWaitForSbcOML ( Display dpy,
GLXDrawable  drawable,
int64_t  target_sbc,
int64_t *  ust,
int64_t *  msc,
int64_t *  sbc 
) [static]
static void log_glXWaitGL ( void  ) [static]
static int log_glXWaitVideoSyncSGI ( int  divisor,
int  remainder,
unsigned int *  count 
) [static]
static void log_glXWaitX ( void  ) [static]
static void* log_wglAllocateMemoryNV ( GLsizei  size,
GLfloat  readfreq,
GLfloat  writefreq,
GLfloat  priority 
) [static]
static BOOL log_wglAssociateImageBufferEventsI3D ( HDC  hDC,
const HANDLE *  pEvent,
const LPVOID *  pAddress,
const DWORD *  pSize,
UINT  count 
) [static]
static BOOL log_wglBeginFrameTrackingI3D ( void  ) [static]
static BOOL log_wglBindSwapBarrierNV ( GLuint  group,
GLuint  barrier 
) [static]
static BOOL log_wglBindTexImageARB ( HPBUFFERARB  hPbuffer,
int  iBuffer 
) [static]
static BOOL log_wglBindVideoCaptureDeviceNV ( UINT  uVideoSlot,
HVIDEOINPUTDEVICENV  hDevice 
) [static]
static BOOL log_wglBindVideoDeviceNV ( HDC  hDC,
unsigned int  uVideoSlot,
HVIDEOOUTPUTDEVICENV  hVideoDevice,
const int *  piAttribList 
) [static]
static BOOL log_wglBindVideoImageNV ( HPVIDEODEV  hVideoDevice,
HPBUFFERARB  hPbuffer,
int  iVideoBuffer 
) [static]
static VOID log_wglBlitContextFramebufferAMD ( HGLRC  dstCtx,
GLint  srcX0,
GLint  srcY0,
GLint  srcX1,
GLint  srcY1,
GLint  dstX0,
GLint  dstY0,
GLint  dstX1,
GLint  dstY1,
GLbitfield  mask,
GLenum  filter 
) [static]
static int log_wglChoosePixelFormat ( HDC  hDC,
const PIXELFORMATDESCRIPTOR *  ppfd 
) [static]
static BOOL log_wglChoosePixelFormatARB ( HDC  hDC,
const int *  piAttribIList,
const FLOAT *  pfAttribFList,
UINT  nMaxFormats,
int *  piFormats,
UINT *  nNumFormats 
) [static]
static BOOL log_wglChoosePixelFormatEXT ( HDC  hDC,
const int *  piAttribIList,
const FLOAT *  pfAttribFList,
UINT  nMaxFormats,
int *  piFormats,
UINT *  nNumFormats 
) [static]
static BOOL log_wglCopyContext ( HGLRC  hglrcSrc,
HGLRC  hglrcDst,
UINT  mask 
) [static]
static BOOL log_wglCopyImageSubDataNV ( HGLRC  hSrcRC,
GLuint  srcName,
GLenum  srcTarget,
GLint  srcLevel,
GLint  srcX,
GLint  srcY,
GLint  srcZ,
HGLRC  hDstRC,
GLuint  dstName,
GLenum  dstTarget,
GLint  dstLevel,
GLint  dstX,
GLint  dstY,
GLint  dstZ,
GLsizei  width,
GLsizei  height,
GLsizei  depth 
) [static]
static HDC log_wglCreateAffinityDCNV ( const HGPUNV phGpuList) [static]
static HGLRC log_wglCreateAssociatedContextAMD ( UINT  id) [static]
static HGLRC log_wglCreateAssociatedContextAttribsAMD ( UINT  id,
HGLRC  hShareContext,
const int *  attribList 
) [static]
static HANDLE log_wglCreateBufferRegionARB ( HDC  hDC,
int  iLayerPlane,
UINT  uType 
) [static]
static HGLRC log_wglCreateContext ( HDC  hDC) [static]
static HGLRC log_wglCreateContextAttribsARB ( HDC  hDC,
HGLRC  hShareContext,
const int *  piAttribList 
) [static]
static LPVOID log_wglCreateImageBufferI3D ( HDC  hDC,
DWORD  dwSize,
UINT  uFlags 
) [static]
static HGLRC log_wglCreateLayerContext ( HDC  hDC,
int  iLayerPlane 
) [static]
static HPBUFFERARB log_wglCreatePbufferARB ( HDC  hDC,
int  iPixelFormat,
int  iWidth,
int  iHeight,
const int *  piAttribList 
) [static]
static HPBUFFEREXT log_wglCreatePbufferEXT ( HDC  hDC,
int  iPixelFormat,
int  iWidth,
int  iHeight,
const int *  piAttribList 
) [static]
static BOOL log_wglDeleteAssociatedContextAMD ( HGLRC  hglrc) [static]
static VOID log_wglDeleteBufferRegionARB ( HANDLE  hRegion) [static]
static BOOL log_wglDeleteContext ( HGLRC  hglrc) [static]
static BOOL log_wglDeleteDCNV ( HDC  hAffinityDC) [static]
static BOOL log_wglDescribeLayerPlane ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nBytes,
LPLAYERPLANEDESCRIPTOR  plpd 
) [static]
static int log_wglDescribePixelFormat ( HDC  hDC,
int  iPixelFormat,
UINT  nBytes,
LPPIXELFORMATDESCRIPTOR  ppfd 
) [static]
static VOID log_wglDestroyDisplayColorTableEXT ( GLushort  id) [static]
static BOOL log_wglDestroyImageBufferI3D ( HDC  hDC,
LPVOID  pAddress 
) [static]
static BOOL log_wglDestroyPbufferARB ( HPBUFFERARB  hPbuffer) [static]
static BOOL log_wglDestroyPbufferEXT ( HPBUFFEREXT  hPbuffer) [static]
static BOOL log_wglDisableFrameLockI3D ( void  ) [static]
static BOOL log_wglDisableGenlockI3D ( HDC  hDC) [static]
static BOOL log_wglDXCloseDeviceNV ( HANDLE  hDevice) [static]
static BOOL log_wglDXLockObjectsNV ( HANDLE  hDevice,
GLint  count,
HANDLE *  hObjects 
) [static]
static BOOL log_wglDXObjectAccessNV ( HANDLE  hObject,
GLenum  access 
) [static]
static HANDLE log_wglDXOpenDeviceNV ( GLvoid dxDevice) [static]
static HANDLE log_wglDXRegisterObjectNV ( HANDLE  hDevice,
GLvoid dxObject,
GLuint  name,
GLenum  type,
GLenum  access 
) [static]
static BOOL log_wglDXSetResourceShareHandleNV ( GLvoid dxObject,
HANDLE  shareHandle 
) [static]
static BOOL log_wglDXUnlockObjectsNV ( HANDLE  hDevice,
GLint  count,
HANDLE *  hObjects 
) [static]
static BOOL log_wglDXUnregisterObjectNV ( HANDLE  hDevice,
HANDLE  hObject 
) [static]
static BOOL log_wglEnableFrameLockI3D ( void  ) [static]
static BOOL log_wglEnableGenlockI3D ( HDC  hDC) [static]
static BOOL log_wglEndFrameTrackingI3D ( void  ) [static]
static UINT log_wglEnumerateVideoCaptureDevicesNV ( HDC  hDC,
HVIDEOINPUTDEVICENV phDeviceList 
) [static]
static int log_wglEnumerateVideoDevicesNV ( HDC  hDC,
HVIDEOOUTPUTDEVICENV phDeviceList 
) [static]
static BOOL log_wglEnumGpuDevicesNV ( HGPUNV  hGpu,
UINT  iDeviceIndex,
PGPU_DEVICE  lpGpuDevice 
) [static]
static BOOL log_wglEnumGpusFromAffinityDCNV ( HDC  hAffinityDC,
UINT  iGpuIndex,
HGPUNV hGpu 
) [static]
static BOOL log_wglEnumGpusNV ( UINT  iGpuIndex,
HGPUNV phGpu 
) [static]
static void log_wglFreeMemoryNV ( void pointer) [static]
static BOOL log_wglGenlockSampleRateI3D ( HDC  hDC,
UINT  uRate 
) [static]
static BOOL log_wglGenlockSourceDelayI3D ( HDC  hDC,
UINT  uDelay 
) [static]
static BOOL log_wglGenlockSourceEdgeI3D ( HDC  hDC,
UINT  uEdge 
) [static]
static BOOL log_wglGenlockSourceI3D ( HDC  hDC,
UINT  uSource 
) [static]
static UINT log_wglGetContextGPUIDAMD ( HGLRC  hglrc) [static]
static HGLRC log_wglGetCurrentAssociatedContextAMD ( void  ) [static]
static HGLRC log_wglGetCurrentContext ( void  ) [static]
static HDC log_wglGetCurrentDC ( void  ) [static]
static HDC log_wglGetCurrentReadDCARB ( void  ) [static]
static HDC log_wglGetCurrentReadDCEXT ( void  ) [static]
static PROC log_wglGetDefaultProcAddress ( LPCSTR  lpszProc) [static]
static BOOL log_wglGetDigitalVideoParametersI3D ( HDC  hDC,
int  iAttribute,
int *  piValue 
) [static]
static const char* log_wglGetExtensionsStringARB ( HDC  hDC) [static]
static const char* log_wglGetExtensionsStringEXT ( void  ) [static]
static BOOL log_wglGetFrameUsageI3D ( float *  pUsage) [static]
static BOOL log_wglGetGammaTableI3D ( HDC  hDC,
int  iEntries,
USHORT *  puRed,
USHORT *  puGreen,
USHORT *  puBlue 
) [static]
static BOOL log_wglGetGammaTableParametersI3D ( HDC  hDC,
int  iAttribute,
int *  piValue 
) [static]
static BOOL log_wglGetGenlockSampleRateI3D ( HDC  hDC,
UINT *  uRate 
) [static]
static BOOL log_wglGetGenlockSourceDelayI3D ( HDC  hDC,
UINT *  uDelay 
) [static]
static BOOL log_wglGetGenlockSourceEdgeI3D ( HDC  hDC,
UINT *  uEdge 
) [static]
static BOOL log_wglGetGenlockSourceI3D ( HDC  hDC,
UINT *  uSource 
) [static]
static UINT log_wglGetGPUIDsAMD ( UINT  maxCount,
UINT *  ids 
) [static]
static INT log_wglGetGPUInfoAMD ( UINT  id,
int  property,
GLenum  dataType,
UINT  size,
void data 
) [static]
static int log_wglGetLayerPaletteEntries ( HDC  hDC,
int  iLayerPlane,
int  iStart,
int  nEntries,
COLORREF *  pcr 
) [static]
static BOOL log_wglGetMscRateOML ( HDC  hDC,
INT32 *  numerator,
INT32 *  denominator 
) [static]
static HDC log_wglGetPbufferDCARB ( HPBUFFERARB  hPbuffer) [static]
static HDC log_wglGetPbufferDCEXT ( HPBUFFEREXT  hPbuffer) [static]
static int log_wglGetPixelFormat ( HDC  hDC) [static]
static BOOL log_wglGetPixelFormatAttribfvARB ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nAttributes,
const int *  piAttributes,
FLOAT *  pfValues 
) [static]
static BOOL log_wglGetPixelFormatAttribfvEXT ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nAttributes,
const int *  piAttributes,
FLOAT *  pfValues 
) [static]
static BOOL log_wglGetPixelFormatAttribivARB ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nAttributes,
const int *  piAttributes,
int *  piValues 
) [static]
static BOOL log_wglGetPixelFormatAttribivEXT ( HDC  hDC,
int  iPixelFormat,
int  iLayerPlane,
UINT  nAttributes,
const int *  piAttributes,
int *  piValues 
) [static]
static PROC log_wglGetProcAddress ( LPCSTR  lpszProc) [static]
static int log_wglGetSwapIntervalEXT ( void  ) [static]
static BOOL log_wglGetSyncValuesOML ( HDC  hDC,
INT64 *  ust,
INT64 *  msc,
INT64 *  sbc 
) [static]
static BOOL log_wglGetVideoDeviceNV ( HDC  hDC,
int  numDevices,
HPVIDEODEV hVideoDevice 
) [static]
static BOOL log_wglGetVideoInfoNV ( HPVIDEODEV  hpVideoDevice,
unsigned long *  pulCounterOutputPbuffer,
unsigned long *  pulCounterOutputVideo 
) [static]
static BOOL log_wglIsEnabledFrameLockI3D ( BOOL *  pFlag) [static]
static BOOL log_wglIsEnabledGenlockI3D ( HDC  hDC,
BOOL *  pFlag 
) [static]
static BOOL log_wglJoinSwapGroupNV ( HDC  hDC,
GLuint  group 
) [static]
static GLboolean log_wglLoadDisplayColorTableEXT ( const GLushort table,
GLuint  length 
) [static]
static BOOL log_wglLockVideoCaptureDeviceNV ( HDC  hDC,
HVIDEOINPUTDEVICENV  hDevice 
) [static]
static BOOL log_wglMakeAssociatedContextCurrentAMD ( HGLRC  hglrc) [static]
static BOOL log_wglMakeContextCurrentARB ( HDC  hDrawDC,
HDC  hReadDC,
HGLRC  hglrc 
) [static]
static BOOL log_wglMakeContextCurrentEXT ( HDC  hDrawDC,
HDC  hReadDC,
HGLRC  hglrc 
) [static]
static BOOL log_wglMakeCurrent ( HDC  hDC,
HGLRC  hglrc 
) [static]
static BOOL log_wglQueryCurrentContextNV ( int  iAttribute,
int *  piValue 
) [static]
static BOOL log_wglQueryFrameCountNV ( HDC  hDC,
GLuint count 
) [static]
static BOOL log_wglQueryFrameLockMasterI3D ( BOOL *  pFlag) [static]
static BOOL log_wglQueryFrameTrackingI3D ( DWORD *  pFrameCount,
DWORD *  pMissedFrames,
float *  pLastMissedUsage 
) [static]
static BOOL log_wglQueryGenlockMaxSourceDelayI3D ( HDC  hDC,
UINT *  uMaxLineDelay,
UINT *  uMaxPixelDelay 
) [static]
static BOOL log_wglQueryMaxSwapGroupsNV ( HDC  hDC,
GLuint maxGroups,
GLuint maxBarriers 
) [static]
static BOOL log_wglQueryPbufferARB ( HPBUFFERARB  hPbuffer,
int  iAttribute,
int *  piValue 
) [static]
static BOOL log_wglQueryPbufferEXT ( HPBUFFEREXT  hPbuffer,
int  iAttribute,
int *  piValue 
) [static]
static BOOL log_wglQuerySwapGroupNV ( HDC  hDC,
GLuint group,
GLuint barrier 
) [static]
static BOOL log_wglQueryVideoCaptureDeviceNV ( HDC  hDC,
HVIDEOINPUTDEVICENV  hDevice,
int  iAttribute,
int *  piValue 
) [static]
static BOOL log_wglRealizeLayerPalette ( HDC  hDC,
int  iLayerPlane,
BOOL  bRealize 
) [static]
static BOOL log_wglReleaseImageBufferEventsI3D ( HDC  hDC,
const LPVOID *  pAddress,
UINT  count 
) [static]
static int log_wglReleasePbufferDCARB ( HPBUFFERARB  hPbuffer,
HDC  hDC 
) [static]
static int log_wglReleasePbufferDCEXT ( HPBUFFEREXT  hPbuffer,
HDC  hDC 
) [static]
static BOOL log_wglReleaseTexImageARB ( HPBUFFERARB  hPbuffer,
int  iBuffer 
) [static]
static BOOL log_wglReleaseVideoCaptureDeviceNV ( HDC  hDC,
HVIDEOINPUTDEVICENV  hDevice 
) [static]
static BOOL log_wglReleaseVideoDeviceNV ( HPVIDEODEV  hVideoDevice) [static]
static BOOL log_wglReleaseVideoImageNV ( HPBUFFERARB  hPbuffer,
int  iVideoBuffer 
) [static]
static BOOL log_wglResetFrameCountNV ( HDC  hDC) [static]
static BOOL log_wglRestoreBufferRegionARB ( HANDLE  hRegion,
int  x,
int  y,
int  width,
int  height,
int  xSrc,
int  ySrc 
) [static]
static BOOL log_wglSaveBufferRegionARB ( HANDLE  hRegion,
int  x,
int  y,
int  width,
int  height 
) [static]
static BOOL log_wglSendPbufferToVideoNV ( HPBUFFERARB  hPbuffer,
int  iBufferType,
unsigned long *  pulCounterPbuffer,
BOOL  bBlock 
) [static]
static BOOL log_wglSetDigitalVideoParametersI3D ( HDC  hDC,
int  iAttribute,
const int *  piValue 
) [static]
static BOOL log_wglSetGammaTableI3D ( HDC  hDC,
int  iEntries,
const USHORT *  puRed,
const USHORT *  puGreen,
const USHORT *  puBlue 
) [static]
static BOOL log_wglSetGammaTableParametersI3D ( HDC  hDC,
int  iAttribute,
const int *  piValue 
) [static]
static int log_wglSetLayerPaletteEntries ( HDC  hDC,
int  iLayerPlane,
int  iStart,
int  nEntries,
const COLORREF *  pcr 
) [static]
static BOOL log_wglSetPbufferAttribARB ( HPBUFFERARB  hPbuffer,
const int *  piAttribList 
) [static]
static BOOL log_wglSetPixelFormat ( HDC  hDC,
int  iPixelFormat,
const PIXELFORMATDESCRIPTOR *  ppfd 
) [static]
static BOOL log_wglSetStereoEmitterState3DL ( HDC  hDC,
UINT  uState 
) [static]
static BOOL log_wglShareLists ( HGLRC  hglrcShare,
HGLRC  hglrcSrc 
) [static]
static BOOL log_wglSwapBuffers ( HDC  hDC) [static]
static INT64 log_wglSwapBuffersMscOML ( HDC  hDC,
INT64  target_msc,
INT64  divisor,
INT64  remainder 
) [static]
static BOOL log_wglSwapIntervalEXT ( int  interval) [static]
static BOOL log_wglSwapLayerBuffers ( HDC  hDC,
UINT  fuPlanes 
) [static]
static INT64 log_wglSwapLayerBuffersMscOML ( HDC  hDC,
int  fuPlanes,
INT64  target_msc,
INT64  divisor,
INT64  remainder 
) [static]
static DWORD log_wglSwapMultipleBuffers ( UINT  n,
const WGLSWAP *  ps 
) [static]
static BOOL log_wglUseFontBitmapsA ( HDC  hDC,
DWORD  first,
DWORD  count,
DWORD  listBase 
) [static]
static BOOL log_wglUseFontBitmapsW ( HDC  hDC,
DWORD  first,
DWORD  count,
DWORD  listBase 
) [static]
static BOOL log_wglUseFontOutlinesA ( HDC  hDC,
DWORD  first,
DWORD  count,
DWORD  listBase,
FLOAT  deviation,
FLOAT  extrusion,
int  format,
LPGLYPHMETRICSFLOAT  lpgmf 
) [static]
static BOOL log_wglUseFontOutlinesW ( HDC  hDC,
DWORD  first,
DWORD  count,
DWORD  listBase,
FLOAT  deviation,
FLOAT  extrusion,
int  format,
LPGLYPHMETRICSFLOAT  lpgmf 
) [static]
static BOOL log_wglWaitForMscOML ( HDC  hDC,
INT64  target_msc,
INT64  divisor,
INT64  remainder,
INT64 *  ust,
INT64 *  msc,
INT64 *  sbc 
) [static]
static BOOL log_wglWaitForSbcOML ( HDC  hDC,
INT64  target_sbc,
INT64 *  ust,
INT64 *  msc,
INT64 *  sbc 
) [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines